[dpdk-dev] [PATCH v3 0/7] net/netvsc: VF bug fix and diagnostic support

Stephen Hemminger stephen at networkplumber.org
Tue May 19 18:52:23 CEST 2020


This set of patches includes bugfixes for races in VF handling
and implements the queue and descriptor status functions in netvsc PMD.

This patch set is likely to cause merge warnings for the automated
tools because it is based on top of my previous netvsc PMD patches
already in net-next branch.

v3 - review feedback from v2
     fixes for VF notification races

Stephen Hemminger (7):
  net/netvsc: support per-queue info requests
  net/netvsc: implement rx/tx descriptor status functions
  net/netvsc: change tx/rx logging
  net/netvsc: fix warning when VF is removed
  net/netvsc: don't query VF link state
  net/netvsc: process link change messages in alarm
  net/netvsc: do not spin forever waiting for reply

 drivers/net/netvsc/hn_ethdev.c |  10 +++-
 drivers/net/netvsc/hn_rndis.c  |  51 +++++++++++++---
 drivers/net/netvsc/hn_rxtx.c   | 106 ++++++++++++++++++++++++++++++---
 drivers/net/netvsc/hn_var.h    |  11 +++-
 drivers/net/netvsc/hn_vf.c     | 104 ++++++--------------------------
 5 files changed, 173 insertions(+), 109 deletions(-)

-- 
2.26.2



More information about the dev mailing list