]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Cleanup PCIe bus speed info
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 26 Apr 2011 08:00:00 +0000 (08:00 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 4 May 2011 19:18:22 +0000 (12:18 -0700)
commit6245eb2e2738342a13ea4ea9d5f296109898885d
treed30bc78436062a98abfa16c1032c737db883aec9
parent62adf1bf8aa29e91d61edc627069ecd06b2c1bce
ixgbe: Cleanup PCIe bus speed info

PCIe connections should be expressed as GT/s (GigaTransfers per second)
instead of the current Gb/s (Gigabits per second).  In addition, it is
incorrect because (due to PCIe gen 1 & 2 having a 20% overhead) the
actually data rate, when expressed in Gb/s, is only 80% of the rate of
GT/s.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Evan Swanson <evan.swanson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c