git: 741f489ed09a - main - mlx5: Add PCI IDs for ConnectX-9.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jun 2026 18:23:52 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=741f489ed09ab1d9172d1f61aa341004b5c3e968
commit 741f489ed09ab1d9172d1f61aa341004b5c3e968
Author: Slava Shwartsman <slavash@nvidia.com>
AuthorDate: 2026-05-04 07:29:18 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-06-17 18:23:14 +0000
mlx5: Add PCI IDs for ConnectX-9.
- Add descriptions for ConnectX-9.
- Add ConnectX-9 for libmlx5
Reviewed by: kib
Tested by: Wafa Hamzah <wafah@nvidia.com>
Sponsored by: Nvidia networking
MFC after: 1 week
---
contrib/ofed/libmlx5/mlx5.c | 1 +
sys/dev/mlx5/mlx5_core/mlx5_main.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/ofed/libmlx5/mlx5.c b/contrib/ofed/libmlx5/mlx5.c
index f55be7dae45e..6b1cb770ddd8 100644
--- a/contrib/ofed/libmlx5/mlx5.c
+++ b/contrib/ofed/libmlx5/mlx5.c
@@ -84,6 +84,7 @@ static struct {
HCA(MELLANOX, 4127), /* ConnectX-6 LX */
HCA(MELLANOX, 4129), /* ConnectX-7 */
HCA(MELLANOX, 4131), /* ConnectX-8 */
+ HCA(MELLANOX, 4133), /* ConnectX-9 */
HCA(MELLANOX, 41682), /* BlueField integrated ConnectX-5 network controller */
HCA(MELLANOX, 41683), /* BlueField integrated ConnectX-5 network controller VF */
HCA(MELLANOX, 41686), /* BlueField-2 integrated ConnectX-6 Dx network controller */
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c
index 221781327b51..058085348a3f 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_main.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c
@@ -2126,7 +2126,7 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 4130) },
{ PCI_VDEVICE(MELLANOX, 4131) }, /* ConnectX-8 */
{ PCI_VDEVICE(MELLANOX, 4132) },
- { PCI_VDEVICE(MELLANOX, 4133) },
+ { PCI_VDEVICE(MELLANOX, 4133) }, /* ConnectX-9 */
{ PCI_VDEVICE(MELLANOX, 4134) },
{ PCI_VDEVICE(MELLANOX, 4135) },
{ PCI_VDEVICE(MELLANOX, 4136) },