Re: [dpdk-dev] [PATCH] crypto/cnxk: add PCI ID for cn9k

2021-07-09 Thread David Marchand
On Fri, Jul 9, 2021 at 8:29 AM Anoob Joseph wrote: > > Add PCI ID for crypo_cn9k PMD. > > To avoid conflicting PCI ID in crypto_octeontx2 and > crypto_cn9k PMDs, disable crypto_cn9k PMD when built with > octeontx2 config. > > The lack of PCI ID is causing debug build to fail for > crypto_cn9k PMD.

Re: [dpdk-dev] [PATCH] crypto/cnxk: add PCI ID for cn9k

2021-07-08 Thread Akhil Goyal
> Add PCI ID for crypo_cn9k PMD. > > To avoid conflicting PCI ID in crypto_octeontx2 and > crypto_cn9k PMDs, disable crypto_cn9k PMD when built with > octeontx2 config. > > The lack of PCI ID is causing debug build to fail for > crypto_cn9k PMD. > > Reported-by: Ali Alnubani > Suggested-by: Dav

[dpdk-dev] [PATCH] crypto/cnxk: add PCI ID for cn9k

2021-07-08 Thread Anoob Joseph
Add PCI ID for crypo_cn9k PMD. To avoid conflicting PCI ID in crypto_octeontx2 and crypto_cn9k PMDs, disable crypto_cn9k PMD when built with octeontx2 config. The lack of PCI ID is causing debug build to fail for crypto_cn9k PMD. Reported-by: Ali Alnubani Suggested-by: David Marchand Signed-of