We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe2d65 + 15f7492 commit 0288f24Copy full SHA for 0288f24
demo/crypto-perf/run-dpdk-test
@@ -10,13 +10,10 @@ fi
10
11
PCI_ALLOWLIST=""
12
13
-for i in `echo ${!QAT*}`; do PCI_ALLOWLIST="$PCI_ALLOWLIST -w ${!i}"; done
+for i in `echo ${!QAT*}`; do PCI_ALLOWLIST="$PCI_ALLOWLIST -a ${!i}"; done
14
15
-# "The default mempool handler is ring based."
16
-MEMPOOL=$(ls /usr/lib64/librte_mempool_ring.so*|tail -1)
17
-PMD_QAT=$(ls /usr/lib64/librte_pmd_qat.so*|tail -1)
18
LCORE=$(cat /sys/fs/cgroup/cpuset/cpuset.cpus)
19
20
-EAL="-l ${LCORE} ${PCI_ALLOWLIST} -d ${MEMPOOL} -d ${PMD_QAT}"
+EAL="-l ${LCORE} ${PCI_ALLOWLIST}"
21
22
dpdk-test-${TESTCMD}-perf ${EAL} -- ${PTEST} \
0 commit comments