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

2016-08-19 Thread Leon Romanovsky
On Mon, Aug 15, 2016 at 11:43:10PM +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 item >work and the workqueue "ud_wq" > queues

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

2016-08-19 Thread Leon Romanovsky
On Mon, Aug 15, 2016 at 11:43:10PM +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 item >work and the workqueue "ud_wq" > queues

[PATCH 17/22] IB/mlx4/mad: 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 item >work and the workqueue "ud_wq" queues work item [i]->work. Both the workqueues have been identity converted.

[PATCH 17/22] IB/mlx4/mad: 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 item >work and the workqueue "ud_wq" queues work item [i]->work. Both the workqueues have been identity converted.