RE: [EXT] [PATCH v2 resend] crypto/uadk: set queue pair in dev_configure

2023-06-14 Thread Akhil Goyal
> 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 --vde

Re: [EXT] Re: [PATCH v2 resend] crypto/uadk: set queue pair in dev_configure

2023-06-09 Thread Zhangfei Gao
在 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:

RE: [EXT] Re: [PATCH v2 resend] crypto/uadk: set queue pair in dev_configure

2023-06-09 Thread 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_que

Re: [PATCH v2 resend] crypto/uadk: set queue pair in dev_configure

2023-06-08 Thread Zhangfei Gao
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 dp

[PATCH v2 resend] crypto/uadk: set queue pair in dev_configure

2023-06-01 Thread 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,ma