mbox series

[v3,0/7] net/netvsc: VF bug fix and diagnostic support

Message ID 20200519165230.23306-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: VF bug fix and diagnostic support |

Message

Stephen Hemminger May 19, 2020, 4:52 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit May 27, 2020, 6:16 p.m. UTC | #1
On 5/19/2020 5:52 PM, Stephen Hemminger wrote:
> 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

Series applied to dpdk-next-net/master, thanks.

(Please check comment on 2/7 for .ini file update)