[dpdk-dev] [PATCH v1] crypto/ccp: add support for new CCP device ID
Selwin Sebastian
Selwin.Sebastian at amd.com
Mon Dec 30 17:34:49 CET 2019
Add a new CCP PCI device ID for supporting V1000/R1000 processors.
Signed-off-by: Selwin Sebastian <Selwin.Sebastian at amd.com>
---
drivers/crypto/ccp/rte_ccp_pmd.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/crypto/ccp/rte_ccp_pmd.c b/drivers/crypto/ccp/rte_ccp_pmd.c
index 38cb1fe3d..b5bb6790b 100644
--- a/drivers/crypto/ccp/rte_ccp_pmd.c
+++ b/drivers/crypto/ccp/rte_ccp_pmd.c
@@ -292,6 +292,9 @@ static struct rte_pci_id ccp_pci_id[] = {
{
RTE_PCI_DEVICE(0x1022, 0x1468), /* AMD CCP-5b */
},
+ {
+ RTE_PCI_DEVICE(0x1022, 0x15df), /* AMD CCP RV */
+ },
{.device_id = 0},
};
--
2.17.1
More information about the dev
mailing list