diff --git a/deploy/configmap.yaml b/deploy/configmap.yaml index e00e39ecf..4353cee85 100644 --- a/deploy/configmap.yaml +++ b/deploy/configmap.yaml @@ -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" diff --git a/deployment/sriov-network-operator/templates/configmap.yaml b/deployment/sriov-network-operator/templates/configmap.yaml index e00e39ecf..4353cee85 100644 --- a/deployment/sriov-network-operator/templates/configmap.yaml +++ b/deployment/sriov-network-operator/templates/configmap.yaml @@ -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" diff --git a/doc/supported-hardware.md b/doc/supported-hardware.md index 00269f3c6..232fedb83 100644 --- a/doc/supported-hardware.md +++ b/doc/supported-hardware.md @@ -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 | @@ -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 |