DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] crypto/ccp: add support for new CCP device ID
@ 2019-12-30 16:34 Selwin Sebastian
  2020-01-21  6:06 ` Kumar, Ravi1
  0 siblings, 1 reply; 3+ messages in thread
From: Selwin Sebastian @ 2019-12-30 16:34 UTC (permalink / raw)
  To: dev; +Cc: Selwin Sebastian

Add a new CCP PCI device ID for supporting V1000/R1000 processors.

Signed-off-by: Selwin Sebastian <Selwin.Sebastian@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-28  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 16:34 [dpdk-dev] [PATCH v1] crypto/ccp: add support for new CCP device ID Selwin Sebastian
2020-01-21  6:06 ` Kumar, Ravi1
2020-01-28  6:11   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).