* [PATCH] compress/mlx5: add VF device ID
@ 2024-04-08 6:39 Michael Baum
2024-05-30 8:48 ` [EXTERNAL] " Akhil Goyal
0 siblings, 1 reply; 2+ messages in thread
From: Michael Baum @ 2024-04-08 6:39 UTC (permalink / raw)
To: dev; +Cc: Matan Azrad, Akhil Goyal, Thomas Monjalon
This adds the Virtual Function device ID to the list of
supported NVIDIA devices that run the MLX5 compress PMD.
Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
drivers/compress/mlx5/mlx5_compress.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/compress/mlx5/mlx5_compress.c b/drivers/compress/mlx5/mlx5_compress.c
index 41d9752833..5998d060e4 100644
--- a/drivers/compress/mlx5/mlx5_compress.c
+++ b/drivers/compress/mlx5/mlx5_compress.c
@@ -912,6 +912,10 @@ static const struct rte_pci_id mlx5_compress_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.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [EXTERNAL] [PATCH] compress/mlx5: add VF device ID
2024-04-08 6:39 [PATCH] compress/mlx5: add VF device ID Michael Baum
@ 2024-05-30 8:48 ` Akhil Goyal
0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2024-05-30 8:48 UTC (permalink / raw)
To: Michael Baum, dev; +Cc: Matan Azrad, Thomas Monjalon
> This adds the Virtual Function device ID to the list of
> supported NVIDIA devices that run the MLX5 compress PMD.
>
> Signed-off-by: Michael Baum <michaelba@nvidia.com>
> Acked-by: Matan Azrad <matan@nvidia.com>
Applied to dpdk-next-crypto
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-30 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 6:39 [PATCH] compress/mlx5: add VF device ID Michael Baum
2024-05-30 8:48 ` [EXTERNAL] " 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).