[dpdk-dev] [PATCH 0/7] net/netvsc: more minor fixes

Stephen Hemminger stephen at networkplumber.org
Thu Apr 30 21:08:46 CEST 2020


These are fixes for several small issues found during review
and my testing of netvsc PMD.

Stephen Hemminger (7):
  net/netvsc: fix comment spelling errors
  bus/vmbus: fix comment spelling errors
  net/vmbus: add missing barrier
  net/netvsc: check the vmbus ring buffer more often
  net/netvsc: manage VF port under rwlock
  net/netvsc: do RSS across rx queue only
  net/netvsc: don't configure RSS if disabled

 drivers/bus/vmbus/linux/vmbus_uio.c |   2 +-
 drivers/bus/vmbus/vmbus_channel.c   |   1 +
 drivers/bus/vmbus/vmbus_common.c    |   2 +-
 drivers/net/netvsc/hn_ethdev.c      |  31 +++++----
 drivers/net/netvsc/hn_nvs.h         |   2 +-
 drivers/net/netvsc/hn_rxtx.c        |  30 +++++---
 drivers/net/netvsc/hn_var.h         |  10 +--
 drivers/net/netvsc/hn_vf.c          | 104 +++++++++++++---------------
 8 files changed, 93 insertions(+), 89 deletions(-)

-- 
2.20.1



More information about the dev mailing list