compress/mlx5: add Bluefield-3 device ID

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

Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>
This commit is contained in:
Raslan Darawsheh 2022-11-21 16:12:46 +02:00 committed by Thomas Monjalon
parent ef4ece4dbb
commit 559014f232

View File

@ -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
}