RE: [PATCH] net/nfp: support Corigine PCIe ID for the nfp PMD

2022-08-29 Thread Baowen Zheng
On August 26, 2022 1:50 PM, James wrote: >Previously the nfp driver as supported NFP chips with the Netronome PCIe ID. There seems to be a typo, the word "as" should be has? >This patch extends the PMD to also support NFP chips with the Corigine PCIe >vendor ID (0x1da8), which at this point are as

[PATCH] net/nfp: support Corigine PCIe ID for the nfp PMD

2022-08-25 Thread Chaoyong He
From: James Hershaw Previously the nfp driver as supported NFP chips with the Netronome PCIe ID. This patch extends the PMD to also support NFP chips with the Corigine PCIe vendor ID (0x1da8), which at this point are assumed to be otherwise identical from a software perspective. Signed-off-by: J