Skip to content

Commit eb96108

Browse files
authored
Merge pull request #778 from e0ne/connectx-8-support
Add ConnectX-8 to supported NICs list
2 parents 68b6c02 + 6556c92 commit eb96108

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

deploy/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ data:
2929
Nvidia_mlx5_ConnectX-6_Dx: "15b3 101d 101e"
3030
Nvidia_mlx5_ConnectX-6_Lx: "15b3 101f 101e"
3131
Nvidia_mlx5_ConnectX-7: "15b3 1021 101e"
32+
Nvidia_mlx5_ConnectX-8: "15b3 1023 101e"
3233
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx: "15b3 a2d6 101e"
3334
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
3435
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
@@ -29,6 +29,7 @@ data:
2929
Nvidia_mlx5_ConnectX-6_Dx: "15b3 101d 101e"
3030
Nvidia_mlx5_ConnectX-6_Lx: "15b3 101f 101e"
3131
Nvidia_mlx5_ConnectX-7: "15b3 1021 101e"
32+
Nvidia_mlx5_ConnectX-8: "15b3 1023 101e"
3233
Nvidia_mlx5_MT42822_BlueField-2_integrated_ConnectX-6_Dx: "15b3 a2d6 101e"
3334
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
3435
Broadcom_bnxt_BCM57414_2x25G: "14e4 16d7 16dc"

doc/supported-hardware.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
2424
| Mellanox MT28908 Family [ConnectX-6] | 15b3 | 101b |
2525
| Mellanox MT28908 Family [ConnectX-6 Dx] | 15b3 | 101d |
2626
| Mellanox MT28908 Family [ConnectX-6 Lx] | 15b3 | 101f |
27-
| Mellanox MT2910 Family [ConnectX-7 | 15b3 | 1021 |
27+
| Mellanox MT2910 Family [ConnectX-7] | 15b3 | 1021 |
28+
| Mellanox CX8 Family [ConnectX-8] | 15b3 | 1023 |
2829
| Mellanox MT42822 BlueField-2 integrated ConnectX-6 Dx | 15b3 | a2d6 |
2930
| Mellanox MT43244 BlueField-3 integrated ConnectX-7 Dx | 15b3 | a2dc |
3031
| Qlogic QL45000 Series 50GbE Controller | 1077 | 1654 |
@@ -68,6 +69,7 @@ The following table depicts the supported SR-IOV hardware features of each suppo
6869
| Mellanox MT28908 Family [ConnectX-6 Dx] | V | V | V |
6970
| Mellanox MT28908 Family [ConnectX-6 Lx] | V | V | V |
7071
| Mellanox MT28908 Family [ConnectX-7] | V | V | V |
72+
| Mellanox CX8 Family [ConnectX-8] | V | V | V |
7173
| Mellanox MT42822 BlueField-2 integrated ConnectX-6 Dx | V | V | V |
7274
| Mellanox MT43244 BlueField-3 integrated ConnectX-6 Dx | V | V | V |
7375
| Qlogic QL45000 Series 50GbE Controller | V | X | X |

0 commit comments

Comments
 (0)