From: Jesse Brandeburg Date: Wed, 23 Apr 2014 04:50:05 +0000 (+0000) Subject: i40e: clamp jumbo frame size X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~66^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a46a4c079bc48f8b1c91d13436c71303dc1335;p=pandora-kernel.git i40e: clamp jumbo frame size The driver was allowing the user to set larger size MTU than the hardware was being configured to support. The driver was already using VLAN_HLEN when setting the hardware max receivable frame size, so just add it to the netdev MTU set entry point as well. Change-ID: Ie20e2a35d04f8c411253e255bea79ca69aaeaea3 Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed