在 2023/6/9 16:31, Akhil Goyal 写道:
Hi, Akhil
在 2023/6/2 11:04, Zhangfei Gao 写道:
By default, uadk only alloc two queues for each algorithm, which
will impact performance.
Set queue pair number as required in dev_configure.
The default max queue pair number is 8, which can be modified
via para: max_nb_queue_pairs
Example:
sudo dpdk-test-crypto-perf -l 0-10 --vdev
crypto_uadk,max_nb_queue_pairs=10
-- --devtype crypto_uadk --optype cipher-only --buffer-sz 8192
Signed-off-by: Zhangfei Gao <zhangfei....@linaro.org>
Would you mind taking a look at this patch?
I plan to take this patch in RC2.
RC1 is mainly for large features and library changes.
Thanks Akhil