Skip to content

Commit

Permalink
add support for Intel X557 Family
Browse files Browse the repository at this point in the history
The Intel Ethernet Connection X557 family is utilized in IBM Cloud bare metals. This adds support for being able to utilize SR-IOV in IBM Cloud when the bare metals have those ethernet cards.
  • Loading branch information
relyt0925 committed Jul 12, 2022
1 parent 815fd13 commit 772e675
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data:
Intel_i40e_XXV710: "8086 158a 154c"
Intel_i40e_25G_SFP28: "8086 158b 154c"
Intel_i40e_10G_X710_SFP: "8086 1572 154c"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_XXV710_N3000: "8086 0d58 154c"
Intel_i40e_40G_XL710_QSFP: "8086 1583 154c"
Intel_ice_Columbiaville_E810-CQDA2_2CQDA2: "8086 1592 1889"
Expand Down
1 change: 1 addition & 0 deletions deployment/sriov-network-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data:
Intel_i40e_XXV710: "8086 158a 154c"
Intel_i40e_25G_SFP28: "8086 158b 154c"
Intel_i40e_10G_X710_SFP: "8086 1572 154c"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_XXV710_N3000: "8086 0d58 154c"
Intel_i40e_40G_XL710_QSFP: "8086 1583 154c"
Intel_ice_Columbiaville_E810-CQDA2_2CQDA2: "8086 1592 1889"
Expand Down
2 changes: 2 additions & 0 deletions doc/supported-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
| Model | Vendor ID | Device ID |
| ------------------------ | --------- | --------- |
| Intel XXV710 Family | 8086 | 158b |
| Intel X557 Family | 8086 | 1589 |
| Intel E810 Family | 8086 | 1591 |
| Intel E810-CQDA2/2CQDA2 Family | 8086 | 1592 |
| Intel E810-XXVDA4 Family | 8086 | 1593 |
Expand Down Expand Up @@ -32,6 +33,7 @@ The following table depicts the supported SR-IOV hardware features of each suppo
| Model | SR-IOV Kernel | SR-IOV DPDK | SR-IOV Hardware Offload (switchdev) |
| ------------------------ | ------------- | ----------- |------------------------------------ |
| Intel XXV710 Family | V | V | X |
| Intel X557 Family | V | V | X |
| Intel E810 Family | V | V | X |
| Intel E810-CQDA2/2CQDA2 Family | V | V | X |
| Intel E810-XXVDA4 Family | V | V | X |
Expand Down

0 comments on commit 772e675

Please sign in to comment.