Re: [PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue

2016-08-19 Thread Leon Romanovsky
On Mon, Aug 15, 2016 at 11:42:48PM +0530, Bhaktipriya Shridhar wrote: > alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "wq" queues work items [i]->work, >work. > It has been identity

Re: [PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue

2016-08-19 Thread Leon Romanovsky
On Mon, Aug 15, 2016 at 11:42:48PM +0530, Bhaktipriya Shridhar wrote: > alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "wq" queues work items [i]->work, >work. > It has been identity

[PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue

2016-08-15 Thread Bhaktipriya Shridhar
alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces deprecated create_singlethread_workqueue(). This is the identity conversion. The workqueue "wq" queues work items [i]->work, >work. It has been identity converted. WQ_MEM_RECLAIM has been set to ensure forward progress under memory

[PATCH 16/22] IB/mlx4: Remove deprecated create_singlethread_workqueue

2016-08-15 Thread Bhaktipriya Shridhar
alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces deprecated create_singlethread_workqueue(). This is the identity conversion. The workqueue "wq" queues work items [i]->work, >work. It has been identity converted. WQ_MEM_RECLAIM has been set to ensure forward progress under memory