> -----Original Message----- > From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of Stefan Assmann > Sent: Tuesday, March 12, 2019 4:18 AM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH] i40e: print PCI vendor and device ID during > probe > > Printing each device's PCI vendor and device ID has the advantage of easily > revealing what hardware we're dealing with exactly. It's no longer necessary > to match the PCI bus information to the lspci output. > > Helps with bug reports where no lspci output is available. > > Output before > i40e 0000:08:00.0: fw 6.1.49420 api 1.7 nvm 6.80 0x80003c64 1.2007.0 and after > i40e 0000:08:00.0: fw 6.1.49420 api 1.7 nvm 6.80 0x80003c64 1.2007.0 > [8086:1572] [8086:0004] > > Signed-off-by: Stefan Assmann <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_main.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-)
Tested-by: Andrew Bowers <[email protected]>
