linux/drivers/net/hyperv
Haiyang Zhang 9efc2f7dcd hv_netvsc: Fix the array sizes to be max supported channels
The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
hosts. We use it for the related array sizes instead of using NR_CPUS,
which may be set to several thousands.
This patch reduces possible memory allocation failures.

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>
2016-03-23 14:38:55 -04:00
..
hyperv_net.h hv_netvsc: Fix the array sizes to be max supported channels 2016-03-23 14:38:55 -04:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() 2016-03-23 14:38:55 -04:00
netvsc.c hv_netvsc: Fix book keeping of skb during batching process 2016-01-25 10:51:53 -08:00
rndis_filter.c hv_netvsc: Fix the array sizes to be max supported channels 2016-03-23 14:38:55 -04:00