mbox series

[v2,0/4] net/netvsc: diagnostic enhancements

Message ID 20200506195221.26306-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: diagnostic enhancements |

Message

Stephen Hemminger May 6, 2020, 7:52 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.

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