diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-06-04 15:24:00 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-06-07 01:17:02 +0000 |
| commit | aaa76724d7ece87eb5f66e02fac9da036dd20667 (patch) | |
| tree | 0d59c34622f51872c7c4a15165fa97555e5133d3 /drivers/vhost/net.c | |
| parent | net: ethernet: cavium: liquidio: response_manager: Remove create_workqueue (diff) | |
| download | kernel-aaa76724d7ece87eb5f66e02fac9da036dd20667.tar.gz kernel-aaa76724d7ece87eb5f66e02fac9da036dd20667.zip | |
net: ethernet: cavium: liquidio: request_manager: Remove create_workqueue
alloc_workqueue replaces deprecated create_workqueue().
A dedicated workqueue has been used since the workitem viz
(&db_wq->wk.work which maps to check_db_timeout) is involved
in normal device operation. WQ_MEM_RECLAIM has been set to guarantee
forward progress under memory pressure, which is a requirement here.
Since there are only a fixed number of work items, explicit concurrency
limit is unnecessary.
flush_workqueue is unnecessary since destroy_workqueue() itself calls
drain_workqueue() which flushes repeatedly till the workqueue
becomes empty.
Signed-off-by: Bhaktipriya Shridhar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/vhost/net.c')
0 files changed, 0 insertions, 0 deletions
