]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix documentation
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Apr 2015 05:03:21 +0000 (22:03 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 10 Apr 2015 05:03:54 +0000 (22:03 -0700)
commitfacf223b3aefbd80e43446cf2c711d435d23d376
treeff950ea87d5317f71b29e12f9a78afae69a8ed2e
parentd4093c394493b88d36c16314fe99207e105b64d0
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 <stephen@networkplumber.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Documentation/networking/ixgbe.txt