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

2022-12-07 Thread Ferruh Yigit
On 11/28/2022 2:37 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.nff

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

2022-11-27 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