Details
-
Story
-
Resolution: Done
-
Medium
-
None
-
ICN Sprint 1, ICN Sprint 2
-
4
Description
Prerequisite: SRIOV and QAT device plugin installed on compute cluster
Resources: QAT Card - Intel® C627 Chipset, Intel Ethernet Controller 700 Series.
Components Version: OS Ubuntu 18.04, KUD version
Task Description: Verify sample workload for SRIOV and QAT device plugin
Testing:
1. SRIOV
cat sriov-nad.yaml | kubectl apply -f -
cat sriov-eno2-pod.yaml | kubectl apply -f -
2. QAT
cat test.yaml | kubectl apply -f -
kubectl exec -it dpdk2 bash
./dpdk-test-crypto-perf -l 6-7 -w $QAT1 – --ptest throughput --\
devtype crypto_qat --optype cipher-only --cipher-algo aes-cbc --cipher-op \
encrypt --cipher-key-sz 16 --total-ops 10000000 --burst-sz 32 --buffer-sz 64
Expected Deliverables: test yaml file, test docker image