From: Stephen Hemminger Date: Fri, 10 Apr 2015 05:03:21 +0000 (-0700) Subject: ixgbe: fix documentation X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~32^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7018be0ae2aee988331d2908234d1a1ee3196ac;p=pandora-kernel.git ixgbe: fix documentation The MTU values in the documentation do not match the source. The source has frame limit of IXGBE_MAX_JUMBO_FRAME_SIZE (9728) which is MTU of 9710 because of the accounting for Ethernet header and CRC. Also, don't refer to the obsolete ifconfig command. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed