linux/drivers/net/ethernet/intel/i40e
Stefan Assmann a121644c14 i40e: print PCI vendor and device ID during probe
Printing each devices 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 <sassmann@kpanic.de>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-05-03 14:31:51 -07:00
..
i40e.h i40e: save PTP time before a device reset 2019-04-16 15:10:38 -07:00
i40e_adminq.c i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_adminq.h
i40e_adminq_cmd.h i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_alloc.h
i40e_client.c
i40e_client.h
i40e_common.c i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_dcb.c i40e: Update i40e_init_dcb to return correct error 2019-04-16 15:10:47 -07:00
i40e_dcb.h i40e: Update i40e_init_dcb to return correct error 2019-04-16 15:10:47 -07:00
i40e_dcb_nl.c
i40e_ddp.c i40e: Implement DDP support in i40e driver 2019-04-16 15:10:21 -07:00
i40e_debugfs.c i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_devids.h
i40e_diag.c
i40e_diag.h
i40e_ethtool.c i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_hmc.c
i40e_hmc.h
i40e_lan_hmc.c
i40e_lan_hmc.h
i40e_main.c i40e: print PCI vendor and device ID during probe 2019-05-03 14:31:51 -07:00
i40e_nvm.c i40e: ShadowRAM checksum calculation change 2019-05-03 14:31:25 -07:00
i40e_osdep.h
i40e_prototype.h i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_ptp.c i40e: save PTP time before a device reset 2019-04-16 15:10:38 -07:00
i40e_register.h
i40e_status.h
i40e_trace.h
i40e_txrx.c net: pass net_device argument to the eth_get_headlen 2019-04-23 18:36:34 +02:00
i40e_txrx.h i40e: add AF_XDP zero-copy Rx support 2018-08-29 12:25:53 -07:00
i40e_txrx_common.h i40e: DRY rx_ptype handling code 2018-12-12 15:46:02 -08:00
i40e_type.h i40e: Further implementation of LLDP 2019-05-03 14:31:34 -07:00
i40e_virtchnl_pf.c i40e: fix misleading message about promisc setting on un-trusted VF 2019-05-03 14:31:48 -07:00
i40e_virtchnl_pf.h i40e: Use correct shift for VLAN priority 2018-11-14 10:56:33 -08:00
i40e_xsk.c i40e: add tracking of AF_XDP ZC state for each queue pair 2019-04-01 11:32:48 -07:00
i40e_xsk.h net: bpf: remove XDP_QUERY_XSK_UMEM enumerator 2019-02-15 15:14:22 +01:00
Makefile i40e: Implement DDP support in i40e driver 2019-04-16 15:10:21 -07:00