|
From: Jeff K. <jef...@in...> - 2009-03-25 02:20:51
|
On Tue, Mar 24, 2009 at 3:17 PM, Myron Stowe <myr...@hp...> wrote: > During boot, the igb driver shows the following message(s) for each NIC: > igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection > igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:unknown) 00:23:7d:45:80:6f > igb 0000:05:00.0: eth0: PBA No: 1000ff-0ff > igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s) > > When the device is on a PCIe link trained as x2, the 'hw->bus.width' is > currently shown as "unknown". This patch adds support for reporting the > correct link width configuration when the device is on a x2 PCIe link - > igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x2) 00:23:7d:45:80:6f > > Signed-off-by: Myron Stowe <myr...@hp...> > --- > Thanks, I will add this to my queue and push to netdev with my other igb patches. -- Cheers, Jeff |