aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-04-09 17:27:45 +0530
committerDavid S. Miller <davem@davemloft.net>2016-04-15 16:42:10 -0400
commitac18dd9e842294377dbaf1e8d169493567a81fa1 (patch)
tree2ac003d8304666245240aee26ef887656be3a491 /samples
parentMerge branch 'tipc-link-setup-improvements' (diff)
downloadlinux-dev-ac18dd9e842294377dbaf1e8d169493567a81fa1.tar.xz
linux-dev-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 <amitoj1606@gmail.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions