* [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID
@ 2022-06-23 9:00 Wisam Jaddo
2022-06-23 11:42 ` Maxime Coquelin
2022-07-01 13:57 ` Maxime Coquelin
0 siblings, 2 replies; 3+ messages in thread
From: Wisam Jaddo @ 2022-06-23 9:00 UTC (permalink / raw)
To: dev; +Cc: matan, viacheslavo, orika, rasland
This adds ConnectX-6 LX to the list of supported
Mellanox devices that run the MLX5 vdpa PMD.
Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
---
drivers/vdpa/mlx5/mlx5_vdpa.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/vdpa/mlx5/mlx5_vdpa.c b/drivers/vdpa/mlx5/mlx5_vdpa.c
index 76fa5d4299..c28d6e1f9d 100644
--- a/drivers/vdpa/mlx5/mlx5_vdpa.c
+++ b/drivers/vdpa/mlx5/mlx5_vdpa.c
@@ -743,6 +743,10 @@ static const struct rte_pci_id mlx5_vdpa_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_CONNECTX6LX)
+ },
{
RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
PCI_DEVICE_ID_MELLANOX_CONNECTX7)
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID
2022-06-23 9:00 [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID Wisam Jaddo
@ 2022-06-23 11:42 ` Maxime Coquelin
2022-07-01 13:57 ` Maxime Coquelin
1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2022-06-23 11:42 UTC (permalink / raw)
To: Wisam Jaddo, dev; +Cc: matan, viacheslavo, orika, rasland
On 6/23/22 11:00, Wisam Jaddo wrote:
> This adds ConnectX-6 LX to the list of supported
> Mellanox devices that run the MLX5 vdpa PMD.
>
> Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
> ---
> drivers/vdpa/mlx5/mlx5_vdpa.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks,
Maxime
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID
2022-06-23 9:00 [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID Wisam Jaddo
2022-06-23 11:42 ` Maxime Coquelin
@ 2022-07-01 13:57 ` Maxime Coquelin
1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2022-07-01 13:57 UTC (permalink / raw)
To: Wisam Jaddo, dev; +Cc: matan, viacheslavo, orika, rasland
On 6/23/22 11:00, Wisam Jaddo wrote:
> This adds ConnectX-6 LX to the list of supported
> Mellanox devices that run the MLX5 vdpa PMD.
>
> Signed-off-by: Wisam Jaddo <wisamm@nvidia.com>
> ---
> drivers/vdpa/mlx5/mlx5_vdpa.c | 4 ++++
> 1 file changed, 4 insertions(+)
Applied to dpdk-next-virtio/main.
Thanks,
Maxime
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-01 13:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 9:00 [PATCH] vdpa/mlx5: add ConnectX-6 LX device ID Wisam Jaddo
2022-06-23 11:42 ` Maxime Coquelin
2022-07-01 13:57 ` Maxime Coquelin
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).