aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-06-04 14:51:40 +0000
committerDavid S. Miller <[email protected]>2016-06-07 01:17:01 +0000
commit523a61b488afb51af18729d8300b7f624761370f (patch)
tree8b37cf04cee889f175cfa243877f3784dd1d868d /drivers/vhost/net.c
parentvirtio-net: Add initial MTU advice feature (diff)
downloadkernel-523a61b488afb51af18729d8300b7f624761370f.tar.gz
kernel-523a61b488afb51af18729d8300b7f624761370f.zip
net: ethernet: cavium: liquidio: response_manager: Remove create_workqueue
alloc_workqueue replaces deprecated create_workqueue(). A dedicated workqueue has been used since the workitem viz (&cwq->wk.work which maps to oct_poll_req_completion) 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. Hence the call to flush_workqueue() has been dropped. 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