Blame SOURCES/0103-mlx5-Add-new-device-IDs.patch

81ae37
From 63080234b4a9f992c5d990fd8fac0fdec0f45638 Mon Sep 17 00:00:00 2001
81ae37
From: Yishai Hadas <yishaih@mellanox.com>
81ae37
Date: Sun, 10 Mar 2019 12:03:58 +0200
81ae37
Subject: [PATCH rdma-core] mlx5: Add new device IDs
81ae37
81ae37
Add ConnectX-6 DX HCA ID.
81ae37
81ae37
In addition, add "ConnectX family mlx5Gen Virtual Function" device ID.
81ae37
Every new HCA VF will be identified with this device ID.
81ae37
81ae37
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
81ae37
---
81ae37
 providers/mlx5/mlx5.c | 2 ++
81ae37
 1 file changed, 2 insertions(+)
81ae37
81ae37
diff --git a/providers/mlx5/mlx5.c b/providers/mlx5/mlx5.c
81ae37
index 08edfd85..1faae919 100644
81ae37
--- a/providers/mlx5/mlx5.c
81ae37
+++ b/providers/mlx5/mlx5.c
81ae37
@@ -74,6 +74,8 @@ static const struct verbs_match_ent hca_table[] = {
81ae37
 	HCA(MELLANOX, 0x101a),	/* ConnectX-5 Ex VF */
81ae37
 	HCA(MELLANOX, 0x101b),    /* ConnectX-6 */
81ae37
 	HCA(MELLANOX, 0x101c),	/* ConnectX-6 VF */
81ae37
+	HCA(MELLANOX, 0x101d),	/* ConnectX-6 DX */
81ae37
+	HCA(MELLANOX, 0x101e),	/* ConnectX family mlx5Gen Virtual Function */
81ae37
 	HCA(MELLANOX, 0xa2d2),	/* BlueField integrated ConnectX-5 network controller */
81ae37
 	HCA(MELLANOX, 0xa2d3),	/* BlueField integrated ConnectX-5 network controller VF */
81ae37
 	{}
81ae37
-- 
81ae37
2.20.1
81ae37