RE: [PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware

2021-12-01 Thread Namburu, Chandu-babu
; Yigit, Ferruh Subject: Re: [PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware On Fri, Nov 26, 2021 at 11:24 AM Chandubabu Namburu wrote: > > "bus/pci: optimize bus scan" broke axgbe on V1000/R1000. > RV root complex pci device does not have any kernel

Re: [PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware

2021-12-01 Thread David Marchand
On Fri, Nov 26, 2021 at 11:24 AM Chandubabu Namburu wrote: > > "bus/pci: optimize bus scan" broke axgbe on V1000/R1000. > RV root complex pci device does not have any kernel driver assigned > so it is removed from pci scan list which is used in > "net/axgbe: add a HW quirk for register definitions

Re: [PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware

2021-12-01 Thread Awan, Arsalan
021 3:24 PM To: dev@dpdk.org Cc: selwin.sebast...@amd.com; Awan, Arsalan; Chandubabu Namburu Subject: [PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware "bus/pci: optimize bus scan" broke axgbe on V1000/R1000. RV root complex pci device does not have any kernel

[PATCH v1] net/axgbe: use PCI root complex device to distinguish AMD hardware

2021-11-26 Thread Chandubabu Namburu
"bus/pci: optimize bus scan" broke axgbe on V1000/R1000. RV root complex pci device does not have any kernel driver assigned so it is removed from pci scan list which is used in "net/axgbe: add a HW quirk for register definitions" Get root complex device id directly from pci sysfs instead of pci s