qat_dpdk_app: add test-crypto1 for gen4 devices

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
Hyeongju Johannes Lee 2023-04-17 05:54:24 -07:00
parent ed08d11aa3
commit 807949d29e
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,9 @@
nameSuffix: -gen4
bases:
- ../test-crypto1
patches:
- target:
version: v1
kind: Pod
name: qat-dpdk
path: tc1-gen4.yaml

View File

@ -0,0 +1,13 @@
- op: replace
path: /spec/containers/0/resources
value:
requests:
cpu: "3"
memory: "128Mi"
qat.intel.com/cy: '4'
hugepages-2Mi: "128Mi"
limits:
cpu: "3"
memory: "128Mi"
qat.intel.com/cy: '4'
hugepages-2Mi: "128Mi"