RE: [PATCH 10/22] iw_cxgb4: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Steve Wise
> alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "workq" queues work item _work. It has been > identity converted. > > WQ_MEM_RECLAIM has been set to ensure forward progress under >

RE: [PATCH 10/22] iw_cxgb4: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Steve Wise
> alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "workq" queues work item _work. It has been > identity converted. > > WQ_MEM_RECLAIM has been set to ensure forward progress under >

[PATCH 10/22] iw_cxgb4: 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 "workq" queues work item _work. It has been identity converted. WQ_MEM_RECLAIM has been set to ensure forward progress under memory pressure.

[PATCH 10/22] iw_cxgb4: 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 "workq" queues work item _work. It has been identity converted. WQ_MEM_RECLAIM has been set to ensure forward progress under memory pressure.