Skip to content

Commit 7472d15

Browse files
msanallaSaeed Mahameed
authored andcommitted
net/mlx5: Update the list of the PCI supported devices
Add the upcoming ConnectX-9 device ID to the table of supported PCI device IDs. Fixes: f908a35 ("net/mlx5: Update the list of the PCI supported devices") Signed-off-by: Maher Sanalla <[email protected]> Reviewed-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent b3c9e65 commit 7472d15

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,6 +2217,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
22172217
{ PCI_VDEVICE(MELLANOX, 0x101f) }, /* ConnectX-6 LX */
22182218
{ PCI_VDEVICE(MELLANOX, 0x1021) }, /* ConnectX-7 */
22192219
{ PCI_VDEVICE(MELLANOX, 0x1023) }, /* ConnectX-8 */
2220+
{ PCI_VDEVICE(MELLANOX, 0x1025) }, /* ConnectX-9 */
22202221
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
22212222
{ PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
22222223
{ PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */

0 commit comments

Comments
 (0)