Skip to content

Commit ad4f6df

Browse files
maorgottliebkuba-moo
authored andcommitted
net/mlx5: Update the list of the PCI supported devices
Add the upcoming ConnectX-10 device ID to the table of supported PCI device IDs. Cc: [email protected] Signed-off-by: Maor Gottlieb <[email protected]> Reviewed-by: Mark Bloch <[email protected]> Reviewed-by: Eran Ben Elisha <[email protected]> Signed-off-by: Tariq Toukan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent d7501e0 commit ad4f6df

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
@@ -2257,6 +2257,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
22572257
{ PCI_VDEVICE(MELLANOX, 0x1021) }, /* ConnectX-7 */
22582258
{ PCI_VDEVICE(MELLANOX, 0x1023) }, /* ConnectX-8 */
22592259
{ PCI_VDEVICE(MELLANOX, 0x1025) }, /* ConnectX-9 */
2260+
{ PCI_VDEVICE(MELLANOX, 0x1027) }, /* ConnectX-10 */
22602261
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
22612262
{ PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
22622263
{ PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */

0 commit comments

Comments
 (0)