diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-04-09 11:57:45 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-04-15 20:42:10 +0000 |
| commit | ac18dd9e842294377dbaf1e8d169493567a81fa1 (patch) | |
| tree | 2ac003d8304666245240aee26ef887656be3a491 /net/ipv6/tcp_ipv6.c | |
| parent | Merge branch 'tipc-link-setup-improvements' (diff) | |
| download | kernel-ac18dd9e842294377dbaf1e8d169493567a81fa1.tar.gz kernel-ac18dd9e842294377dbaf1e8d169493567a81fa1.zip | |
qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue
Replace deprecated create_singlethread_workqueue with
alloc_ordered_workqueue.
Work items include getting tx/rx frame sizes, resetting MPI processor,
setting asic recovery bit so ordering seems necessary as only one work
item should be in queue/executing at any given time, hence the use of
alloc_ordered_workqueue.
WQ_MEM_RECLAIM flag has been set since ethernet devices seem to sit in
memory reclaim path, so to guarantee forward progress regardless of
memory pressure.
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions
