linux/drivers/crypto/qat
Bhaktipriya Shridhar 773b197972 crypto: qat - Remove deprecated create_workqueue
alloc_workqueue replaces deprecated create_workqueue().

The workqueue device_reset_wq has workitem &reset_data->reset_work per
adf_reset_dev_data. The workqueue  pf2vf_resp_wq is a workqueue for
PF2VF responses has workitem &pf2vf_resp->pf2vf_resp_work per pf2vf_resp.
The workqueue adf_vf_stop_wq is used to call adf_dev_stop()
asynchronously.

Dedicated workqueues have been used in all cases since the workitems
on the workqueues are involved in operation of crypto which can be used in
the IO path which is depended upon during memory reclaim. Hence,
WQ_MEM_RECLAIM has been set to gurantee forward progress under memory
pressure.
Since there are only a fixed number of work items, explicit concurrency
limit is unnecessary.

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-06-13 17:47:48 +08:00
..
qat_c3xxx crypto: qat - changed adf_dev_stop to void 2016-04-05 20:35:54 +08:00
qat_c3xxxvf crypto: qat - check if PF is running 2016-04-18 18:49:51 +08:00
qat_c62x crypto: qat - changed adf_dev_stop to void 2016-04-05 20:35:54 +08:00
qat_c62xvf crypto: qat - check if PF is running 2016-04-18 18:49:51 +08:00
qat_common crypto: qat - Remove deprecated create_workqueue 2016-06-13 17:47:48 +08:00
qat_dh895xcc crypto: qat - changed adf_dev_stop to void 2016-04-05 20:35:54 +08:00
qat_dh895xccvf crypto: qat - check if PF is running 2016-04-18 18:49:51 +08:00
Kconfig crypto: qat - select PCI_IOV when VF are enabled 2015-12-11 22:55:17 +08:00
Makefile crypto: qat - add support for c62xvf accel type 2015-12-09 20:03:56 +08:00