Skip to content

Commit d09059f

Browse files
authored
Merge pull request #995 from almaslennikov/cx9
add support for NVIDIA ConnectX-9 NICs
2 parents 28eea4e + d743709 commit d09059f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

deploy/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ data:
3737
Nvidia_mlx5_ConnectX-6_Lx: "15b3 101f 101e"
3838
Nvidia_mlx5_ConnectX-7: "15b3 1021 101e"
3939
Nvidia_mlx5_ConnectX-8: "15b3 1023 101e"
40+
Nvidia_mlx5_ConnectX-9: "15b3 1025 101e"
4041
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx: "15b3 a2d6 101e"
4142
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
4243
Broadcom_bnxt_BCM57414_2x25G: "14e4 16d7 16dc"

deployment/sriov-network-operator-chart/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ data:
3737
Nvidia_mlx5_ConnectX-6_Lx: "15b3 101f 101e"
3838
Nvidia_mlx5_ConnectX-7: "15b3 1021 101e"
3939
Nvidia_mlx5_ConnectX-8: "15b3 1023 101e"
40+
Nvidia_mlx5_ConnectX-9: "15b3 1025 101e"
4041
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx: "15b3 a2d6 101e"
4142
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
4243
Broadcom_bnxt_BCM57414_2x25G: "14e4 16d7 16dc"

doc/supported-hardware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
3333
| Mellanox MT28908 Family [ConnectX-6 Lx] | 15b3 | 101f |
3434
| Mellanox MT2910 Family [ConnectX-7] | 15b3 | 1021 |
3535
| Mellanox CX8 Family [ConnectX-8] | 15b3 | 1023 |
36+
| Mellanox CX9 Family [ConnectX-9] | 15b3 | 1025 |
3637
| Mellanox MT42822 BlueField-2 integrated ConnectX-6 Dx | 15b3 | a2d6 |
3738
| Mellanox MT43244 BlueField-3 integrated ConnectX-7 Dx | 15b3 | a2dc |
3839
| Qlogic QL45000 Series 50GbE Controller | 1077 | 1654 |

0 commit comments

Comments
 (0)