Skip to content

Commit

Permalink
Add Intel x550 to supported NICs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuele committed Mar 24, 2023
1 parent 86db37e commit 70d940b
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_ixgbe_10G_X550: "8086 1563 1565"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_XXV710_N3000: "8086 0d58 154c"
Intel_i40e_40G_XL710_QSFP: "8086 1583 154c"
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_ixgbe_10G_X550: "8086 1563 1565"
Intel_i40e_X710_X557_AT_10G: "8086 1589 154c"
Intel_i40e_XXV710_N3000: "8086 0d58 154c"
Intel_i40e_40G_XL710_QSFP: "8086 1583 154c"
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 X550 Family | 8086 | 1563 |
| Intel X557 Family | 8086 | 1589 |
| Intel E810 Family | 8086 | 1591 |
| Intel E810-CQDA2/2CQDA2 Family | 8086 | 1592 |
Expand Down Expand Up @@ -40,6 +41,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 X550 Family | V | V | X |
| Intel X557 Family | V | V | X |
| Intel E810 Family | V | V | X |
| Intel E810-CQDA2/2CQDA2 Family | V | V | X |
Expand Down

0 comments on commit 70d940b

Please sign in to comment.