linux/drivers/net/hyperv
stephen hemminger 8b5327975a netvsc: allow controlling send/recv buffer size
Control the size of the buffer areas via ethtool ring settings.
They aren't really traditional hardware rings, but host API breaks
receive and send buffer into chunks. The final size of the chunks are
controlled by the host.

The default value of send and receive buffer area for host DMA
is much larger than it needs to be. Experimentation shows that
4M receive and 1M send is sufficient.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-11 14:00:06 -07:00
..
hyperv_net.h netvsc: allow controlling send/recv buffer size 2017-08-11 14:00:06 -07:00
Kconfig
Makefile
netvsc.c netvsc: allow controlling send/recv buffer size 2017-08-11 14:00:06 -07:00
netvsc_drv.c netvsc: allow controlling send/recv buffer size 2017-08-11 14:00:06 -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