netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH PATCH net 0/4] hv_netvsc: fix races during shutdown and changes
@ 2018-03-20 22:03 Stephen Hemminger
  2018-03-20 22:03 ` [PATCH PATCH net 1/4] hv_netvsc: disable NAPI before channel close Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stephen Hemminger @ 2018-03-20 22:03 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

This set of patches fixes issues identified by Vitaly Kuznetsov and
Mohammed Gamal related to state changes in Hyper-v network driver.

A lot of the issues are because setting up the netvsc device requires
a second step (in work queue) to get all the sub-channels running.

Stephen Hemminger (4):
  hv_netvsc: disable NAPI before channel close
  hv_netvsc: use RCU to fix concurrent rx and queue changes
  hv_netvsc: change GPAD teardown order on older versions
  hv_netvsc: common detach logic

 drivers/net/hyperv/hyperv_net.h   |   1 -
 drivers/net/hyperv/netvsc.c       |  52 +++----
 drivers/net/hyperv/netvsc_drv.c   | 278 +++++++++++++++++++++-----------------
 drivers/net/hyperv/rndis_filter.c |  56 ++++----
 4 files changed, 204 insertions(+), 183 deletions(-)

-- 
2.16.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-22 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20 22:03 [PATCH PATCH net 0/4] hv_netvsc: fix races during shutdown and changes Stephen Hemminger
2018-03-20 22:03 ` [PATCH PATCH net 1/4] hv_netvsc: disable NAPI before channel close Stephen Hemminger
2018-03-20 22:03 ` [PATCH PATCH net 2/4] hv_netvsc: use RCU to fix concurrent rx and queue changes Stephen Hemminger
2018-03-20 22:03 ` [PATCH PATCH net 3/4] hv_netvsc: change GPAD teardown order on older versions Stephen Hemminger
2018-03-20 22:03 ` [PATCH PATCH net 4/4] hv_netvsc: common detach logic Stephen Hemminger
2018-03-22 16:45 ` [PATCH PATCH net 0/4] hv_netvsc: fix races during shutdown and changes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).