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)
commitd7018be0ae2aee988331d2908234d1a1ee3196ac
treeff950ea87d5317f71b29e12f9a78afae69a8ed2e
parentc0a34ebd43959ca83df86ba2ffc63ab0ddb2ea75
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