Re: [PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-15 Thread David Miller
From: Amitoj Kaur Chawla Date: Sat, 9 Apr 2016 17:27:45 +0530 > 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 > i

Re: [PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-14 Thread Tejun Heo
Hello, Manish. On Thu, Apr 14, 2016 at 07:25:15AM +, Manish Chopra wrote: > Just want to confirm that __WQ_LEGACY flag is not necessary here as this is > removed > with this change ? Yeah, that should be fine. That only affects locking dependency tracking which can fire spuriously due to w

RE: [PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-14 Thread Manish Chopra
ru ; netdev > ; linux-kernel ; Dept- > Eng Linux Driver ; Harish Patil > ; Dept-GE Linux NIC Dev gelinuxnic...@qlogic.com> > Subject: Re: [PATCH] qlge: Replace create_singlethread_workqueue with > alloc_ordered_workqueue > > On Sat, Apr 09, 2016 at 05:27:45PM +0530, Ami

Re: [PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-13 Thread Tejun Heo
On Sat, Apr 09, 2016 at 05:27:45PM +0530, Amitoj Kaur Chawla wrote: > 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

[PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-09 Thread Amitoj Kaur Chawla
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_o