summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHaiyang Zhang2011-12-15 22:45:17 +0100
committerGreg Kroah-Hartman2012-01-05 01:13:05 +0100
commit4d447c9a6ebc0142d320f075c5bac6d202a79fd4 (patch)
tree6eb2a1a17e6de57dba5d350fc2821e2f48a8a484 /include
parentnet/hyperv: Add NETVSP protocol version negotiation (diff)
downloadkernel-qcow2-linux-4d447c9a6ebc0142d320f075c5bac6d202a79fd4.tar.gz
kernel-qcow2-linux-4d447c9a6ebc0142d320f075c5bac6d202a79fd4.tar.xz
kernel-qcow2-linux-4d447c9a6ebc0142d320f075c5bac6d202a79fd4.zip
net/hyperv: Add support for jumbo frame up to 64KB
Allow the user set the MTU up to 65536 for Linux guests running on Hyper-V 2008 R2 or later. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 12ec328481de..62b908e0e591 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -35,7 +35,7 @@
#include <linux/mod_devicetable.h>
-#define MAX_PAGE_BUFFER_COUNT 16
+#define MAX_PAGE_BUFFER_COUNT 18
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */
#pragma pack(push, 1)