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
Hi Chandu, I have tested this in the following configurations and it works very well in all cases: * V1000 with Yocto v3.3.2 & Linux v5.10.47 * E3000 with Yocto v3.3.2 & Linux v5.10.47 * V1000 with Ubuntu Server v20.04.3 LTS * E3000 with Ubuntu Server v20.04.3 LTS I think this is a much better