DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] crypto/mlx5: add virtual function device ID
@ 2024-03-01 12:30 Suanming Mou
  2024-03-01 16:09 ` Patrick Robb
  2024-03-04  7:24 ` [EXTERNAL] " Akhil Goyal
  0 siblings, 2 replies; 5+ messages in thread
From: Suanming Mou @ 2024-03-01 12:30 UTC (permalink / raw)
  To: Matan Azrad; +Cc: dev

This adds the virtual function device ID to the list of
supported NVIDIA devices that run the MLX5 compress PMD.

Signed-off-by: Suanming Mou <suanmingm@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
 drivers/crypto/mlx5/mlx5_crypto.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/crypto/mlx5/mlx5_crypto.c b/drivers/crypto/mlx5/mlx5_crypto.c
index 4bac723c8b..26bd4087da 100644
--- a/drivers/crypto/mlx5/mlx5_crypto.c
+++ b/drivers/crypto/mlx5/mlx5_crypto.c
@@ -465,6 +465,10 @@ static const struct rte_pci_id mlx5_crypto_pci_id_map[] = {
 			RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
 					PCI_DEVICE_ID_MELLANOX_BLUEFIELD3)
 		},
+		{
+			RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
+					PCI_DEVICE_ID_MELLANOX_CONNECTXVF)
+		},
 		{
 			.vendor_id = 0
 		}
-- 
2.34.1


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

end of thread, other threads:[~2024-03-04  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 12:30 [PATCH] crypto/mlx5: add virtual function device ID Suanming Mou
2024-03-01 16:09 ` Patrick Robb
2024-03-04  7:24 ` [EXTERNAL] " Akhil Goyal
2024-03-04  7:26   ` Suanming Mou
2024-03-04  9:58     ` 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).