From 28df3153d5f6b8ad206994667efaf7f2fa110040 Mon Sep 17 00:00:00 2001 From: vrindle Date: Mon, 5 Jun 2023 14:16:19 -0400 Subject: [PATCH] Add support for Intel X710 Backplane and Base T --- deploy/configmap.yaml | 2 ++ deployment/sriov-network-operator/templates/configmap.yaml | 2 ++ doc/supported-hardware.md | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/deploy/configmap.yaml b/deploy/configmap.yaml index e16983a5f..9d7cf8596 100644 --- a/deploy/configmap.yaml +++ b/deploy/configmap.yaml @@ -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" diff --git a/deployment/sriov-network-operator/templates/configmap.yaml b/deployment/sriov-network-operator/templates/configmap.yaml index e16983a5f..9d7cf8596 100644 --- a/deployment/sriov-network-operator/templates/configmap.yaml +++ b/deployment/sriov-network-operator/templates/configmap.yaml @@ -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" diff --git a/doc/supported-hardware.md b/doc/supported-hardware.md index 895aad42c..3f8656d47 100644 --- a/doc/supported-hardware.md +++ b/doc/supported-hardware.md @@ -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 | @@ -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 |