net/mlx5: add ConnectX-6 Lx device ID
This adds the ConnectX-6 Lx device id to the list of supported Mellanox devices that run the MLX5 PMD. The device is still in development stage. Signed-off-by: Ali Alnubani <alialnu@mellanox.com> Acked-by: Raslan Darawsheh <rasland@mellanox.com>
This commit is contained in:
parent
b7ff093e8c
commit
28c9a7d7b4
@ -130,6 +130,7 @@ enum {
|
||||
PCI_DEVICE_ID_MELLANOX_CONNECTX6DX = 0x101d,
|
||||
PCI_DEVICE_ID_MELLANOX_CONNECTX6DXVF = 0x101e,
|
||||
PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF = 0xa2d6,
|
||||
PCI_DEVICE_ID_MELLANOX_CONNECTX6LX = 0x101f,
|
||||
};
|
||||
|
||||
/* Maximum number of simultaneous unicast MAC addresses. */
|
||||
|
@ -1885,6 +1885,10 @@ static const struct rte_pci_id mlx5_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)
|
||||
},
|
||||
{
|
||||
.vendor_id = 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user