Skip to content

Commit de49b0e

Browse files
MeirLichtingergregkh
authored andcommitted
net/mlx5: Update the list of the PCI supported devices
commit f908a35 upstream. Add the upcoming BlueField-4 and ConnectX-8 device IDs. Fixes: 2e9d3e8 ("net/mlx5: Update the list of the PCI supported devices") Signed-off-by: Meir Lichtinger <[email protected]> Reviewed-by: Gal Pressman <[email protected]> Reviewed-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9594d81 commit de49b0e

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

+2
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,12 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
17621762
{ PCI_VDEVICE(MELLANOX, 0x101e), MLX5_PCI_DEV_IS_VF}, /* ConnectX Family mlx5Gen Virtual Function */
17631763
{ PCI_VDEVICE(MELLANOX, 0x101f) }, /* ConnectX-6 LX */
17641764
{ PCI_VDEVICE(MELLANOX, 0x1021) }, /* ConnectX-7 */
1765+
{ PCI_VDEVICE(MELLANOX, 0x1023) }, /* ConnectX-8 */
17651766
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
17661767
{ PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
17671768
{ PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */
17681769
{ PCI_VDEVICE(MELLANOX, 0xa2dc) }, /* BlueField-3 integrated ConnectX-7 network controller */
1770+
{ PCI_VDEVICE(MELLANOX, 0xa2df) }, /* BlueField-4 integrated ConnectX-8 network controller */
17691771
{ 0, }
17701772
};
17711773

0 commit comments

Comments
 (0)