Skip to content

Commit 322a368

Browse files
author
Benjamin Poirier
committed
net/mlx5: Update the list of the PCI supported devices
JIRA: https://issues.redhat.com/browse/RHEL-70419 Upstream-status: v5.17-rc6 Omitted-fix: 7472d15 net/mlx5: Update the list of the PCI supported devices That commit is not really a fix. commit f908a35 Author: Meir Lichtinger <meirl@nvidia.com> Date: Mon Jan 10 10:14:41 2022 +0200 net/mlx5: Update the list of the PCI supported devices 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 <meirl@nvidia.com> Reviewed-by: Gal Pressman <gal@nvidia.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Benjamin Poirier <bpoirier@redhat.com>
1 parent 8112ec1 commit 322a368

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
@@ -2214,10 +2214,12 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
22142214
{ PCI_VDEVICE(MELLANOX, 0x101e), MLX5_PCI_DEV_IS_VF}, /* ConnectX Family mlx5Gen Virtual Function */
22152215
{ PCI_VDEVICE(MELLANOX, 0x101f) }, /* ConnectX-6 LX */
22162216
{ PCI_VDEVICE(MELLANOX, 0x1021) }, /* ConnectX-7 */
2217+
{ PCI_VDEVICE(MELLANOX, 0x1023) }, /* ConnectX-8 */
22172218
{ PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
22182219
{ PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
22192220
{ PCI_VDEVICE(MELLANOX, 0xa2d6) }, /* BlueField-2 integrated ConnectX-6 Dx network controller */
22202221
{ PCI_VDEVICE(MELLANOX, 0xa2dc) }, /* BlueField-3 integrated ConnectX-7 network controller */
2222+
{ PCI_VDEVICE(MELLANOX, 0xa2df) }, /* BlueField-4 integrated ConnectX-8 network controller */
22212223
{ 0, }
22222224
};
22232225

0 commit comments

Comments
 (0)