diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-06-04 20:54:00 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-06 21:17:02 -0400 |
commit | aaa76724d7ece87eb5f66e02fac9da036dd20667 (patch) | |
tree | 0d59c34622f51872c7c4a15165fa97555e5133d3 /drivers/vhost/net.c | |
parent | 523a61b488afb51af18729d8300b7f624761370f (diff) |
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 <bhaktipriya96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/vhost/net.c')
0 files changed, 0 insertions, 0 deletions