Skip to content

Commit

Permalink
Merge pull request #452 from vrindle/add_support_Intel_X710_Nics
Browse files Browse the repository at this point in the history
Add support for Intel X710 Backplane and Base T
  • Loading branch information
adrianchiris authored Jun 29, 2023
2 parents e84d536 + 28df315 commit b9102a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ data:
Intel_i40e_10G_X710_SFP: "8086 1572 154c"
Intel_ixgbe_10G_X550: "8086 1563 1565"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_10G_X710_BACKPLANE: "8086 1581 154c"
Intel_i40e_10G_X710_BASE_T: "8086 15ff 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 deployment/sriov-network-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ data:
Intel_i40e_10G_X710_SFP: "8086 1572 154c"
Intel_ixgbe_10G_X550: "8086 1563 1565"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_10G_X710_BACKPLANE: "8086 1581 154c"
Intel_i40e_10G_X710_BASE_T: "8086 15ff 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
4 changes: 4 additions & 0 deletions doc/supported-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
| Model | Vendor ID | Device ID |
| ------------------------ | --------- | --------- |
| Intel XXV710 Family | 8086 | 158b |
| Intel X710 10GbE Backplane | 8086 | 1581 |
| Intel X710 10GbE Base T | 8086 | 15ff |
| Intel X550 Family | 8086 | 1563 |
| Intel X557 Family | 8086 | 1589 |
| Intel E810 Family | 8086 | 1591 |
Expand Down Expand Up @@ -42,6 +44,8 @@ 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 X710 10GbE Backplane | V | V | X |
| Intel X710 10GbE Base T | V | V | X |
| Intel X550 Family | V | V | X |
| Intel X557 Family | V | V | X |
| Intel E810 Family | V | V | X |
Expand Down

0 comments on commit b9102a7

Please sign in to comment.