linux/drivers/net/hyperv
Haiyang Zhang 2de8530ba0 hv_netvsc: Add close of RNDIS filter into change mtu call
The current change mtu call only stops tx before removing RNDIS filter.
In case ringbufer is not empty, the rndis_filter_device_remove() may
hang on removing the buffers.

This patch adds close of RNDIS filter before removing it, also a
gradual waiting loop until the ring is empty. The change_mtu hang
issue under heavy traffic is solved by this patch.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-07-15 21:11:31 -07:00
..
hyperv_net.h hv_netvsc: Add support to set MTU reservation from guest side 2015-07-08 16:00:56 -07:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: Add close of RNDIS filter into change mtu call 2015-07-15 21:11:31 -07:00
netvsc.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2015-06-24 16:49:49 -07:00
rndis_filter.c hv_netvsc: Add support to set MTU reservation from guest side 2015-07-08 16:00:56 -07:00