summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKai Ye <yekai13@huawei.com>2020-03-10 11:42:52 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2020-03-20 06:36:50 +0300
commit0b5e43bc1258bb400378fed99beae032dbece045 (patch)
treeed0230bc579e73029318c53611664618222a3b83 /tools/perf/scripts/python
parent0f4146fadc580b7b479aa46a9991ed451ed911eb (diff)
downloadlinux-0b5e43bc1258bb400378fed99beae032dbece045.tar.xz
crypto: hisilicon/sec2 - Add new create qp process
Combine found device and created qp into one operation instead of found device and create qp both are independent operations. when execute multiple tasks, the different threads may find same device at the same time, but the number of queues is insufficient on the device. causing one of threads fail to create a qp. Now fix this, First find device then create qp, if result failure. the current thread will find next device. Signed-off-by: Kai Ye <yekai13@huawei.com> Signed-off-by: Shukun Tan <tanshukun1@huawei.com> Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com> Reviewed-by: Zaibo Xu <xuzaibo@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions