Skip to content

Commit 48441c3

Browse files
committed
Merge: net/mlx5: Update the list of the PCI supported devices
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5983 JIRA: https://issues.redhat.com/browse/RHEL-70419 Omitted-fix: 7472d15 net/mlx5: Update the list of the PCI supported devices That commit is not really a fix. Signed-off-by: Benjamin Poirier <bpoirier@redhat.com> Approved-by: Kamal Heib <kheib@redhat.com> Approved-by: mheib <mheib@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2 parents 0070c3c + 322a368 commit 48441c3

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)