DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] compress/mlx5: add Bluefield-3 device ID
@ 2022-11-21 13:36 Raslan Darawsheh
  2022-11-21 14:12 ` [PATCH v2] " Raslan Darawsheh
  0 siblings, 1 reply; 3+ messages in thread
From: Raslan Darawsheh @ 2022-11-21 13:36 UTC (permalink / raw)
  To: thomas; +Cc: dev

This adds the Bluefield-3 device ids to the list of
supported NVIDIA devices that run the MLX5 compress PMDs.

Signed-off-by: Raslan Darawsheh <rasland@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 3d2c45fcee..fb2bda9745 100644
--- a/drivers/compress/mlx5/mlx5_compress.c
+++ b/drivers/compress/mlx5/mlx5_compress.c
@@ -790,6 +790,10 @@ static const struct rte_pci_id mlx5_compress_pci_id_map[] = {
 		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
 				PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF)
 	},
+	{
+		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
+				PCI_DEVICE_ID_MELLANOX_CONNECTX7BF)
+	},
 	{
 		.vendor_id = 0
 	}
-- 
2.25.1


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

* [PATCH v2] compress/mlx5: add Bluefield-3 device ID
  2022-11-21 13:36 [PATCH] compress/mlx5: add Bluefield-3 device ID Raslan Darawsheh
@ 2022-11-21 14:12 ` Raslan Darawsheh
  2022-11-21 19:44   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Raslan Darawsheh @ 2022-11-21 14:12 UTC (permalink / raw)
  To: thomas; +Cc: dev

This adds the Bluefield-3 device ids to the list of
supported NVIDIA devices that run the MLX5 compress PMDs.
The devices is still in development stage.

Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>
---
v2: update commit msg to mention the device is actually still in
development stage.

---
 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 3d2c45fcee..fb2bda9745 100644
--- a/drivers/compress/mlx5/mlx5_compress.c
+++ b/drivers/compress/mlx5/mlx5_compress.c
@@ -790,6 +790,10 @@ static const struct rte_pci_id mlx5_compress_pci_id_map[] = {
 		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
 				PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF)
 	},
+	{
+		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
+				PCI_DEVICE_ID_MELLANOX_CONNECTX7BF)
+	},
 	{
 		.vendor_id = 0
 	}
-- 
2.25.1


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

* Re: [PATCH v2] compress/mlx5: add Bluefield-3 device ID
  2022-11-21 14:12 ` [PATCH v2] " Raslan Darawsheh
@ 2022-11-21 19:44   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2022-11-21 19:44 UTC (permalink / raw)
  To: Raslan Darawsheh; +Cc: dev

21/11/2022 15:12, Raslan Darawsheh:
> This adds the Bluefield-3 device ids to the list of
> supported NVIDIA devices that run the MLX5 compress PMDs.
> The devices is still in development stage.
> 
> Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>

Applied, thanks.



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

end of thread, other threads:[~2022-11-21 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 13:36 [PATCH] compress/mlx5: add Bluefield-3 device ID Raslan Darawsheh
2022-11-21 14:12 ` [PATCH v2] " Raslan Darawsheh
2022-11-21 19:44   ` Thomas Monjalon

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).