mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
demo: fix shellcheck errors in crypto-perf
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
3c06bc4d4b
commit
9883bef587
@ -10,10 +10,10 @@ fi
|
||||
|
||||
PCI_ALLOWLIST=""
|
||||
|
||||
for i in `echo ${!QAT*}`; do PCI_ALLOWLIST="$PCI_ALLOWLIST -a ${!i}"; done
|
||||
for i in ${!QAT*}; do PCI_ALLOWLIST="$PCI_ALLOWLIST -a ${!i}"; done
|
||||
|
||||
LCORE=$(cat /sys/fs/cgroup/cpuset/cpuset.cpus)
|
||||
|
||||
EAL="--no-telemetry -l ${LCORE} ${PCI_ALLOWLIST}"
|
||||
|
||||
dpdk-test-${TESTCMD}-perf ${EAL} -- ${PTEST} \
|
||||
dpdk-test-"${TESTCMD}"-perf ${EAL} -- ${PTEST} \
|
||||
|
Loading…
Reference in New Issue
Block a user