Blame SOURCES/0209-netdrv-mlx5-Update-list-of-unsupported-devices.patch

d8f823
From a06969b83a8515b2d32d6d4e9d65555b75229b5f Mon Sep 17 00:00:00 2001
d8f823
From: Alaa Hleihel <ahleihel@redhat.com>
d8f823
Date: Tue, 12 May 2020 10:55:28 -0400
d8f823
Subject: [PATCH 209/312] [netdrv] mlx5: Update list of unsupported devices
d8f823
d8f823
Message-id: <20200512105530.4207-123-ahleihel@redhat.com>
d8f823
Patchwork-id: 306995
d8f823
Patchwork-instance: patchwork
d8f823
O-Subject: [RHEL8.3 BZ 1789382 122/124] mlx5: Update list of unsupported devices
d8f823
Bugzilla: 1823685 1789382
d8f823
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
d8f823
RH-Acked-by: Kamal Heib <kheib@redhat.com>
d8f823
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
d8f823
d8f823
Bugzilla: http://bugzilla.redhat.com/1789382
d8f823
Bugzilla: http://bugzilla.redhat.com/1823685
d8f823
Upstream: RHEL-only
d8f823
d8f823
Mark the new devices as unsupported so customers know that these devices
d8f823
have not passed full RHEL testing.
d8f823
Marking the devices as unsupported doesn't taint the kernel, which marking
d8f823
them as tech-preview would do.
d8f823
This enables the devices to go through qualification & certification
d8f823
testing post RHEL-8.3 GA.
d8f823
d8f823
The new devices are:
d8f823
 - ConnectX-6 LX
d8f823
 - ConnectX-7
d8f823
 - BlueField-2
d8f823
d8f823
Signed-off-by: Alaa Hleihel <ahleihel@redhat.com>
d8f823
Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
d8f823
---
d8f823
 drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +++
d8f823
 1 file changed, 3 insertions(+)
d8f823
d8f823
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
d8f823
index 05d66dd6791b..314d6d95cf76 100644
d8f823
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
d8f823
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
d8f823
@@ -738,6 +738,9 @@ static int mlx5_core_set_issi(struct mlx5_core_dev *dev)
d8f823
 static const struct pci_device_id mlx5_core_hw_unsupp_pci_table[] = {
d8f823
 	{ PCI_VDEVICE(MELLANOX, 0x101d) },			/* ConnectX-6 Dx */
d8f823
 	{ PCI_VDEVICE(MELLANOX, 0x101e), MLX5_PCI_DEV_IS_VF},	/* ConnectX Family mlx5Gen Virtual Function */
d8f823
+	{ PCI_VDEVICE(MELLANOX, 0x101f) },			/* ConnectX-6 LX */
d8f823
+	{ PCI_VDEVICE(MELLANOX, 0x1021) },			/* ConnectX-7 */
d8f823
+	{ PCI_VDEVICE(MELLANOX, 0xa2d6) },			/* BlueField-2 integrated ConnectX-6 Dx network controller */
d8f823
 	{ 0, }
d8f823
 };
d8f823
 
d8f823
-- 
d8f823
2.13.6
d8f823