linux-stable/drivers/net/hyperv
stephen hemminger 958333708f netvsc: no need to allocate send/receive on numa node
The send and receive buffers are both per-device (not per-channel).
The associated NUMA node is a property of the CPU which is per-channel
therefore it makes no sense to force the receive/send buffer to be
allocated on a particular node (since it is a shared resource).

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-11 13:59:43 -07:00
..
hyperv_net.h netvsc: delay setup of VF device 2017-08-11 13:59:42 -07:00
Kconfig
Makefile
netvsc.c netvsc: no need to allocate send/receive on numa node 2017-08-11 13:59:43 -07:00
netvsc_drv.c netvsc: check error return when restoring channels and mtu 2017-08-11 13:59:42 -07:00
rndis_filter.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-08-09 16:28:45 -07:00