From 8156da7edfff8fd4bc3c458b0ccc415facfd64c0 Mon Sep 17 00:00:00 2001 From: Suzana Fernandes Date: Fri, 27 Sep 2024 17:39:37 +0000 Subject: [PATCH] Updates for QAT Device Plugin Configuration Story: 2010604 Task: Change-Id: Ie95ed96e1b4759a10cd69e5c0ce1673c663bdf40 Signed-off-by: Suzana Fernandes --- ...evice-plugin-configuration-616551306371.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/node_management/kubernetes/qat-device-plugin-configuration-616551306371.rst b/doc/source/node_management/kubernetes/qat-device-plugin-configuration-616551306371.rst index fde805ffe..bf64ff204 100644 --- a/doc/source/node_management/kubernetes/qat-device-plugin-configuration-616551306371.rst +++ b/doc/source/node_management/kubernetes/qat-device-plugin-configuration-616551306371.rst @@ -145,15 +145,15 @@ Kubernetes host. .. code-block:: - $ kubectl describe node | grep qat.intel.com/asym-dc + $ kubectl describe node | grep qat.intel.com/sym-dc Capacity: --- - qat.intel.com/asym-dc: 32 + qat.intel.com/sym-dc: 32 --- Allocatable: --- - qat.intel.com/asym-dc: 32 + qat.intel.com/sym-dc: 32 --- Use Intel QAT Device Plugin @@ -164,7 +164,7 @@ This section describes the steps for using |QAT| device plugin. #. Deploy a pod using the following sample POD specification file. The pod specification file can be modified for required resource request and limit. - The ``qat.intel.com/asym-dc: `` field is used to + The ``qat.intel.com/sym-dc: `` field is used to configure the requested |QAT| virtual functions. For a |DPDK|-based workload, you may need to add a hugepage request and @@ -194,12 +194,12 @@ This section describes the steps for using |QAT| device plugin. requests: cpu: "3" memory: "128Mi" - qat.intel.com/asym-dc: '4' + qat.intel.com/sym-dc: '4' hugepages-2Mi: "128Mi" limits: cpu: "3" memory: "128Mi" - qat.intel.com/asym-dc: '4' + qat.intel.com/sym-dc: '4' hugepages-2Mi: "128Mi" securityContext: readOnlyRootFilesystem: true @@ -221,7 +221,7 @@ This section describes the steps for using |QAT| device plugin. .. code-block:: - $ kubectl apply -k qat-dpdk.yaml + $ kubectl apply -f qat-dpdk.yaml #. Verify the pod status and the allocated |QAT| virtual functions. @@ -236,14 +236,14 @@ This section describes the steps for using |QAT| device plugin. Requests: --- - qat.intel.com/asym-dc: 4 + qat.intel.com/sym-dc: 4 --- $ kubectl describe node Allocated resources: --- - qat.intel.com/asym-dc: 4 + qat.intel.com/sym-dc: 4 --- For more information, see: `Demos and Testing