This is an old revision of the document!
See also more Hyper-V pages
http://blogs.technet.com/b/gavinmcshera/archive/2011/03/27/3416313.aspx
http://www.altaro.com/hyper-v/how-to-adjust-mtu-jumbo-frames-on-hyper-v-and-windows-server-2012/
http://www.hyper-v.nu/archives/marcve/2013/01/lbfo-hyper-v-switch-qos-and-actual-performance-part-1/
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/VIR303
http://technet.microsoft.com/en-us/library/jj134230
Tested on Windows Hyper-V Server 2012 with an Intel X540 10GbE NIC
Start PowerShell:
powershell
Display the current settings:
Get-NetAdapterAdvancedProperty -Name "Ethernet 4" -DisplayName "Jumbo Packet" | Format-list
Enable Jumbo Frames:
Set-NetAdapterAdvancedProperty -Name "Ethernet 4" -RegistryKeyword "*JumboPacket" -RegistryValue "9014"