mbox

[0/4] net/netvsc: diagnostic enhancements

Message ID 20200506192730.21613-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger May 6, 2020, 7:27 p.m. UTC
  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.

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(-)