These are bug fixes for netvsc PMD mostly related to issues discovered by users of multi-queue.
v2 -- simplify the locking on multi-channel setup add patches to handle single queue and tx descriptor pool Stephen Hemminger (4): net/netvsc: propogate descriptor limits from VF to netvsc net/netvsc: handle receive packets during multi-channel setup net/netvsc: split send buffers from transmit descriptors net/netvsc: don't enable RSS if only single receive queue drivers/net/netvsc/hn_ethdev.c | 22 ++- drivers/net/netvsc/hn_nvs.c | 41 +++++- drivers/net/netvsc/hn_rxtx.c | 258 ++++++++++++++++++++------------- drivers/net/netvsc/hn_var.h | 10 +- drivers/net/netvsc/hn_vf.c | 13 ++ 5 files changed, 231 insertions(+), 113 deletions(-) -- 2.20.1