From 7068f9c186b5b70688e85fb7484580b3be9e0298 Mon Sep 17 00:00:00 2001 From: murali509 <139368561+murali509@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:01:20 +0100 Subject: [PATCH 1/3] Update configmap.yaml We use Kontron ME1310 Edge Servers which has built in E823C NICs. We create VFs using these NICs. We are able to create SriovNetworkNodePolicy and create the VFs after adding it under supported-nic-ids config map --- deploy/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/configmap.yaml b/deploy/configmap.yaml index 41ce4c809..3de5f749f 100644 --- a/deploy/configmap.yaml +++ b/deploy/configmap.yaml @@ -17,6 +17,7 @@ data: Intel_ice_Columbiaville_E810-XXVDA4: "8086 1593 1889" Intel_ice_Columbiaville_E810-XXVDA2: "8086 159b 1889" Intel_ice_Columbiaville_E810: "8086 1591 1889" + Intel_ice_Columbiapark_E823C: "8086 188a 1889" Nvidia_mlx5_ConnectX-4: "15b3 1013 1014" Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016" Nvidia_mlx5_ConnectX-5: "15b3 1017 1018" From 2432e47559527b70812f7afc079299bcec747e68 Mon Sep 17 00:00:00 2001 From: murali509 <139368561+murali509@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:52:37 +0100 Subject: [PATCH 2/3] Update configmap.yaml to add support for Intel E823C NIC --- deployment/sriov-network-operator/templates/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/sriov-network-operator/templates/configmap.yaml b/deployment/sriov-network-operator/templates/configmap.yaml index 41ce4c809..3de5f749f 100644 --- a/deployment/sriov-network-operator/templates/configmap.yaml +++ b/deployment/sriov-network-operator/templates/configmap.yaml @@ -17,6 +17,7 @@ data: Intel_ice_Columbiaville_E810-XXVDA4: "8086 1593 1889" Intel_ice_Columbiaville_E810-XXVDA2: "8086 159b 1889" Intel_ice_Columbiaville_E810: "8086 1591 1889" + Intel_ice_Columbiapark_E823C: "8086 188a 1889" Nvidia_mlx5_ConnectX-4: "15b3 1013 1014" Nvidia_mlx5_ConnectX-4LX: "15b3 1015 1016" Nvidia_mlx5_ConnectX-5: "15b3 1017 1018" From a83f66d74a095286b47e050ea99dae281bc09ac3 Mon Sep 17 00:00:00 2001 From: murali509 <139368561+murali509@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:56:21 +0100 Subject: [PATCH 3/3] Update supported-hardware.md to add support Intel E823-C NIC --- doc/supported-hardware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/supported-hardware.md b/doc/supported-hardware.md index 3f8656d47..fde3662d7 100644 --- a/doc/supported-hardware.md +++ b/doc/supported-hardware.md @@ -13,6 +13,7 @@ The following SR-IOV capable hardware is supported with sriov-network-operator: | Intel E810-CQDA2/2CQDA2 Family | 8086 | 1592 | | Intel E810-XXVDA4 Family | 8086 | 1593 | | Intel E810-XXVDA2 Family | 8086 | 159b | +| Intel E823-C Family | 8086 | 188a | | Mellanox MT27700 Family [ConnectX-4] | 15b3 | 1013 | | Mellanox MT27710 Family [ConnectX-4 Lx] | 15b3 | 1015 | | Mellanox MT27800 Family [ConnectX-5] | 15b3 | 1017 | @@ -52,6 +53,7 @@ The following table depicts the supported SR-IOV hardware features of each suppo | Intel E810-CQDA2/2CQDA2 Family | V | V | X | | Intel E810-XXVDA4 Family | V | V | X | | Intel E810-XXVDA2 Family | V | V | X | +| Intel E823-C Family | V | V | X | | Mellanox MT27700 Family [ConnectX-4] | V | V | V | | Mellanox MT27710 Family [ConnectX-4 Lx] | V | V | V | | Mellanox MT27800 Family [ConnectX-5] | V | V | V |