Skip to content

Commit 65fa49d

Browse files
authored
Merge pull request openshift#875 from novacain1/add_e825c_controller
Add Intel E825 Network Adapters
2 parents 4104662 + f727f51 commit 65fa49d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

deploy/configmap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ data:
2121
Intel_ice_Columbiapark_E823C: "8086 188a 1889"
2222
Intel_ice_Columbiapark_E823L_SFP: "8086 124d 1889"
2323
Intel_ice_Columbiapark_E823L_BACKPLANE: "8086 124c 1889"
24+
Intel_ice_Columbiapark_E825C_BACKPLANE: "8086 579c 1889"
25+
Intel_ice_Columbiapark_E825C_QSFP: "8086 579d 1889"
26+
Intel_ice_Columbiapark_E825C_SFP: "8086 579e 1889"
2427
Nvidia_mlx5_ConnectX-4: "15b3 1013 1014"
2528
Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016"
2629
Nvidia_mlx5_ConnectX-5: "15b3 1017 1018"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ data:
2121
Intel_ice_Columbiapark_E823C: "8086 188a 1889"
2222
Intel_ice_Columbiapark_E823L_SFP: "8086 124d 1889"
2323
Intel_ice_Columbiapark_E823L_BACKPLANE: "8086 124c 1889"
24+
Intel_ice_Columbiapark_E825C_BACKPLANE: "8086 579c 1889"
25+
Intel_ice_Columbiapark_E825C_QSFP: "8086 579d 1889"
26+
Intel_ice_Columbiapark_E825C_SFP: "8086 579e 1889"
2427
Nvidia_mlx5_ConnectX-4: "15b3 1013 1014"
2528
Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016"
2629
Nvidia_mlx5_ConnectX-5: "15b3 1017 1018"

doc/supported-hardware.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
1717
| Intel E823-C Family | 8086 | 188a |
1818
| Intel E823-L SFP Family | 8086 | 124d |
1919
| Intel E823-L Backplane Family | 8086 | 124c |
20+
| Intel E825-C Backplane Family | 8086 | 579c |
21+
| Intel E825-C QSFP Family | 8086 | 579d |
22+
| Intel E825-C SFP Family | 8086 | 579e |
2023
| Mellanox MT27700 Family [ConnectX-4] | 15b3 | 1013 |
2124
| Mellanox MT27710 Family [ConnectX-4 Lx] | 15b3 | 1015 |
2225
| Mellanox MT27800 Family [ConnectX-5] | 15b3 | 1017 |
@@ -61,6 +64,9 @@ The following table depicts the supported SR-IOV hardware features of each suppo
6164
| Intel E823-C Family | V | V | X |
6265
| Intel E823-L SFP Family | V | V | X |
6366
| Intel E823-L Backplane Family | V | V | X |
67+
| Intel E825-C Backplane | V | V | X |
68+
| Intel E825-C QSFP Family | V | V | X |
69+
| Intel E825-C SFP Family | V | V | X |
6470
| Mellanox MT27700 Family [ConnectX-4] | V | V | V |
6571
| Mellanox MT27710 Family [ConnectX-4 Lx] | V | V | V |
6672
| Mellanox MT27800 Family [ConnectX-5] | V | V | V |

0 commit comments

Comments
 (0)