Re: [PATCH v2] net/nfp: using the correct PCI name to look for the firmware

2022-12-14 Thread Niklas Söderlund
Hi Ferruh, On 2022-12-08 18:06:56 +, Ferruh Yigit wrote: > On 12/8/2022 3:31 AM, Chaoyong He wrote: > > From: Peng Zhang > > > > In the description of nfp document, DPDK PMD supports that the PF > > looks for a firmware file by the PCI name. > > > > After this commit, it will looks for the

Re: [PATCH v2] net/nfp: using the correct PCI name to look for the firmware

2022-12-08 Thread Ferruh Yigit
On 12/8/2022 3:31 AM, Chaoyong He wrote: > From: Peng Zhang > > In the description of nfp document, DPDK PMD supports that the PF > looks for a firmware file by the PCI name. > > After this commit, it will looks for the PCI name format such as > pci-:04:00.0.nffw rather than pci-04:00.0.nffw

[PATCH v2] net/nfp: using the correct PCI name to look for the firmware

2022-12-07 Thread Chaoyong He
From: Peng Zhang In the description of nfp document, DPDK PMD supports that the PF looks for a firmware file by the PCI name. After this commit, it will looks for the PCI name format such as pci-:04:00.0.nffw rather than pci-04:00.0.nffw, which will keep consistent with what is written in th