]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net/mlx5: Update the list of the PCI supported devices
authorMichael Guralnik <michaelgur@nvidia.com>
Fri, 3 Apr 2026 09:17:56 +0000 (12:17 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 Apr 2026 02:17:42 +0000 (19:17 -0700)
Add the upcoming ConnectX-10 NVLink-C2C device ID to the table of
supported PCI device IDs.

Cc: stable@vger.kernel.org
Signed-off-by: Michael Guralnik <michaelgur@nvidia.com>
Reviewed-by: Patrisious Haddad <phaddad@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260403091756.139583-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/main.c

index fdc3ba20912e4fbc53c65825c62e868996eff56d..3f73d9b1115dd1564335c4d592e2c0de03d6472c 100644 (file)
@@ -2267,6 +2267,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
        { PCI_VDEVICE(MELLANOX, 0x1023) },                      /* ConnectX-8 */
        { PCI_VDEVICE(MELLANOX, 0x1025) },                      /* ConnectX-9 */
        { PCI_VDEVICE(MELLANOX, 0x1027) },                      /* ConnectX-10 */
+       { PCI_VDEVICE(MELLANOX, 0x2101) },                      /* ConnectX-10 NVLink-C2C */
        { PCI_VDEVICE(MELLANOX, 0xa2d2) },                      /* BlueField integrated ConnectX-5 network controller */
        { PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF},   /* BlueField integrated ConnectX-5 network controller VF */
        { PCI_VDEVICE(MELLANOX, 0xa2d6) },                      /* BlueField-2 integrated ConnectX-6 Dx network controller */