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:
parent
ef4ece4dbb
commit
559014f232
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user