Skip to content

Commit 2e9d3e8

Browse files
noaosSaeed Mahameed
authored and
Saeed Mahameed
committed
net/mlx5: Update the list of the PCI supported devices
Add the BlueField device and VF IDs to the supported devices list. Signed-off-by: Noa Osherovich <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 1b9a07e commit 2e9d3e8

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+2
-0
lines changed

drivers/net/ethernet/mellanox/mlx5/core/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,8 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
15201520
{ PCI_VDEVICE(MELLANOX, 0x101a), MLX5_PCI_DEV_IS_VF}, /* ConnectX-5 Ex VF */
15211521
{ PCI_VDEVICE(MELLANOX, 0x101b) }, /* ConnectX-6 */
15221522
{ PCI_VDEVICE(MELLANOX, 0x101c), MLX5_PCI_DEV_IS_VF}, /* ConnectX-6 VF */
1523+
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
1524+
{ PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
15231525
{ 0, }
15241526
};
15251527

0 commit comments

Comments
 (0)