Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/4] hv_netvsc: Fix shutdown issues on older Windows hosts
@ 2018-04-05 19:09 Mohammed Gamal
  2018-04-05 19:09 ` [PATCH 1/4] hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown Mohammed Gamal
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mohammed Gamal @ 2018-04-05 19:09 UTC (permalink / raw)
  To: netdev, sthemmin
  Cc: otubo, Mohammed Gamal, haiyangz, linux-kernel, devel, vkuznets

Guests running on WS2012 hosts would not shutdown when changing network
interface setting (e.g. Number of channels, MTU ... etc). 

This patch series addresses these shutdown issues we enecountered with WS2012
hosts. It's essentialy a rework of the series sent in 
https://lkml.org/lkml/2018/1/23/111 on top of latest upstream

Fixes: 0ef58b0a05c1 ("hv_netvsc: change GPAD teardown order on older versions")

Mohammed Gamal (4):
  hv_netvsc: Use Windows version instead of NVSP version on GPAD
    teardown
  hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
  hv_netvsc: Ensure correct teardown message sequence order
  hv_netvsc: Pass net_device parameter to revoke and teardown functions

 drivers/net/hyperv/netvsc.c | 60 +++++++++++++++++++++++++++++++++------------
 1 file changed, 44 insertions(+), 16 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-04-10 13:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-05 19:09 [PATCH 0/4] hv_netvsc: Fix shutdown issues on older Windows hosts Mohammed Gamal
2018-04-05 19:09 ` [PATCH 1/4] hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown Mohammed Gamal
2018-04-10 13:49   ` Sasha Levin
2018-04-05 19:09 ` [PATCH 2/4] hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() Mohammed Gamal
2018-04-10 13:49   ` Sasha Levin
2018-04-05 19:09 ` [PATCH 3/4] hv_netvsc: Ensure correct teardown message sequence order Mohammed Gamal
2018-04-10 13:49   ` Sasha Levin
2018-04-05 19:09 ` [PATCH 4/4] hv_netvsc: Pass net_device parameter to revoke and teardown functions Mohammed Gamal
2018-04-06  2:21 ` [PATCH 0/4] hv_netvsc: Fix shutdown issues on older Windows hosts David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox