linux/drivers/net/hyperv
Haiyang Zhang f9cbce34c3 hv_netvsc: Add support to set MTU reservation from guest side
When packet encapsulation is in use, the MTU needs to be reduced for
headroom reservation.
The existing code takes the updated MTU value only from the host side.
But vSwitch extensions, such as Open vSwitch, require the flexibility
to change the MTU to different values from within a guest during the
lifecycle of a vNIC, when the encapsulation protocol is changed. The
patch supports this kind of MTU changes.

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-08 16:00:56 -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.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2015-06-24 16:49:49 -07:00
netvsc_drv.c hv_netvsc: Add support to set MTU reservation from guest side 2015-07-08 16:00:56 -07:00
rndis_filter.c hv_netvsc: Add support to set MTU reservation from guest side 2015-07-08 16:00:56 -07:00