OpenCloudOS-Kernel/drivers/crypto/hisilicon/zip
Yang Shen 1dc440355e crypto: hisilicon/zip - add a work_queue for zip irq
The patch 'irqchip/gic-v3-its: Balance initial LPI affinity across CPUs'
set the IRQ to an uncentain CPU. If an IRQ is bound to the CPU used by the
thread which is sending request, the throughput will be just half.

So allocate a 'work_queue' and set as 'WQ_UNBOUND' to do the back half work
on some different CPUS.

Signed-off-by: Yang Shen <shenyang39@huawei.com>
Reviewed-by: Zaibo Xu <xuzaibo@huawei.com>
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-11-20 14:45:33 +11:00
..
Makefile
zip.h crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c' 2020-09-18 17:20:09 +10:00
zip_crypto.c crypto: hisilicon/zip - fix the return value when device is busy 2020-10-02 18:02:14 +10:00
zip_main.c crypto: hisilicon/zip - add a work_queue for zip irq 2020-11-20 14:45:33 +11:00