From 1baf6fe614ee0246fde90647848899d58d63e4f8 Mon Sep 17 00:00:00 2001 From: Tyler Lisowski Date: Fri, 22 Jul 2022 23:39:37 -0500 Subject: [PATCH] add support for Intel X557 Family --- deploy/configmap.yaml | 1 + deployment/sriov-network-operator/templates/configmap.yaml | 1 + doc/supported-hardware.md | 2 ++ 3 files changed, 4 insertions(+) diff --git a/deploy/configmap.yaml b/deploy/configmap.yaml index 455bd91ff..db332f21e 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_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" diff --git a/deployment/sriov-network-operator/templates/configmap.yaml b/deployment/sriov-network-operator/templates/configmap.yaml index 455bd91ff..db332f21e 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_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" diff --git a/doc/supported-hardware.md b/doc/supported-hardware.md index 6ef3dcb79..8e9df8589 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 X557 Family | 8086 | 1589 | | Intel E810 Family | 8086 | 1591 | | Intel E810-CQDA2/2CQDA2 Family | 8086 | 1592 | | Intel E810-XXVDA4 Family | 8086 | 1593 | @@ -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 |