Skip to content

Commit 8f1e049

Browse files
authored
Merge pull request #947 from novacain1/e835_seed
Add Intel E835 Network Adapters
2 parents 7f167fe + e36ea82 commit 8f1e049

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

deploy/configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ data:
2626
Intel_ice_Columbiapark_E825C_SFP: "8086 579e 1889"
2727
Intel_ice_Connorsville_E830_QSFP: "8086 12d2 1889"
2828
Intel_ice_Connorsville_E830_SFP: "8086 12d3 1889"
29+
Intel_ice_Connorsville_E835CC_QSFP: "8086 1249 1889"
30+
Intel_ice_Connorsville_E835CC_SFP: "8086 124a 1889"
2931
Nvidia_mlx5_ConnectX-4: "15b3 1013 1014"
3032
Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016"
3133
Nvidia_mlx5_ConnectX-5: "15b3 1017 1018"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ data:
2626
Intel_ice_Columbiapark_E825C_SFP: "8086 579e 1889"
2727
Intel_ice_Connorsville_E830_QSFP: "8086 12d2 1889"
2828
Intel_ice_Connorsville_E830_SFP: "8086 12d3 1889"
29+
Intel_ice_Connorsville_E835CC_QSFP: "8086 1249 1889"
30+
Intel_ice_Connorsville_E835CC_SFP: "8086 124a 1889"
2931
Nvidia_mlx5_ConnectX-4: "15b3 1013 1014"
3032
Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016"
3133
Nvidia_mlx5_ConnectX-5: "15b3 1017 1018"

doc/supported-hardware.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
2222
| Intel E825-C SFP Family | 8086 | 579e |
2323
| Intel E830-CC QSFP Family | 8086 | 12d2 |
2424
| Intel E830-CC SFP Family | 8086 | 12d3 |
25+
| Intel E835-CC QSFP Family | 8086 | 1249 |
26+
| Intel E835-CC SFP Family | 8086 | 124a |
2527
| Mellanox MT27700 Family [ConnectX-4] | 15b3 | 1013 |
2628
| Mellanox MT27710 Family [ConnectX-4 Lx] | 15b3 | 1015 |
2729
| Mellanox MT27800 Family [ConnectX-5] | 15b3 | 1017 |
@@ -71,6 +73,8 @@ The following table depicts the supported SR-IOV hardware features of each suppo
7173
| Intel E825-C SFP Family | V | V | X |
7274
| Intel E830-CC QSFP Family | V | V | X |
7375
| Intel E830-CC SFP Family | V | V | X |
76+
| Intel E835-CC QSFP Family | V | V | X |
77+
| Intel E835-CC SFP Family | V | V | X |
7478
| Mellanox MT27700 Family [ConnectX-4] | V | V | V |
7579
| Mellanox MT27710 Family [ConnectX-4 Lx] | V | V | V |
7680
| Mellanox MT27800 Family [ConnectX-5] | V | V | V |

0 commit comments

Comments
 (0)