This patch set is based on top of my previous netvsc PMD bug fixes. It provides additional standard diagnostic hooks for queue info and improves the debug output.
v2 - add missing Signed-off-by Stephen Hemminger (4): net/netvsc: support per-queue info requests net/netvsc: implement rx/tx descriptor status functions net/netvsc: change tx/rx error handling bus/vmbus: improve debug output drivers/bus/vmbus/vmbus_channel.c | 42 +++++++++------ drivers/net/netvsc/hn_ethdev.c | 6 +++ drivers/net/netvsc/hn_rxtx.c | 88 +++++++++++++++++++++++++++---- drivers/net/netvsc/hn_var.h | 8 +++ 4 files changed, 119 insertions(+), 25 deletions(-) -- 2.20.1