mbox

[0/2] net/netvsc: patches

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

Message

Stephen Hemminger March 16, 2020, 11:56 p.m. UTC
  A couple of fixes for netvsc PMD.
The first is more serious than the second.

Stephen Hemminger (2):
  net/netvsc: handle receive packets during multi-channel setup
  net/netvsc: avoid mixing buffered and direct packets

 drivers/net/netvsc/hn_ethdev.c |  1 +
 drivers/net/netvsc/hn_nvs.c    | 40 ++++++++++++++++++++++++++++++++--
 drivers/net/netvsc/hn_rxtx.c   | 15 ++++++-------
 drivers/net/netvsc/hn_var.h    |  1 +
 4 files changed, 47 insertions(+), 10 deletions(-)