linux/drivers/net/hyperv
Stephen Hemminger 7eeb4a6ee4 hv_netvsc: avoid repeated updates of packet filter
The netvsc driver can get repeated calls to netvsc_rx_mode during
network setup; each of these calls ends up scheduling the lower
layers to update tha packet filter. This update requires an
request/response to the host. So avoid doing this if we already
know that the correct packet filter value is set.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-08 12:48:56 -05:00
..
hyperv_net.h hv_netvsc: avoid repeated updates of packet filter 2018-03-08 12:48:56 -05:00
Kconfig
Makefile
netvsc.c hv_netvsc: use napi_schedule_irqoff 2018-03-04 22:18:20 -05:00
netvsc_drv.c hv_netvsc: propagate rx filters to VF 2018-03-04 22:18:21 -05:00
rndis_filter.c hv_netvsc: avoid repeated updates of packet filter 2018-03-08 12:48:56 -05:00