These fix NAPI issues and bugs found during testing of shutdown
testing.

Stephen Hemminger (9):
  netvsc: fix NAPI performance regression
  netvsc: handle offline mtu and channel change
  netvsc: change max channel calculation
  netvsc: use RCU to protect inner device structure
  netvsc: uses RCU instead of removal flag
  netvsc: use refcount_t for keeping track of sub channels
  netvsc: remove unnecessary lock on shutdown
  netvsc: eliminate unnecessary skb == NULL checks
  netvsc: fix and cleanup rndis_filter_set_packet_filter

 drivers/net/hyperv/hyperv_net.h   |  12 ++--
 drivers/net/hyperv/netvsc.c       |  70 ++++++++++------------
 drivers/net/hyperv/netvsc_drv.c   | 121 ++++++++++++++++++++++----------------
 drivers/net/hyperv/rndis_filter.c |  91 +++++++++-------------------
 4 files changed, 138 insertions(+), 156 deletions(-)

-- 
2.11.0

Reply via email to