On 12/8/2022 3:31 AM, Chaoyong He wrote: > From: Peng Zhang <peng.zh...@corigine.com> > > 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-0000:04:00.0.nffw rather than pci-04:00.0.nffw, which will > keep consistent with what is written in the nfp.rst. > > Fixes: 896c265ef954 ("net/nfp: use new CPP interface") > Cc: sta...@dpdk.org > > Signed-off-by: Peng Zhang <peng.zh...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> > --- > > v2: > * add fixline. >
Updated commit log a little while merging, please check. Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.