Thread (3 messages) flat view 3 messages, 3 authors, 2016-07-26

Re: [PATCH] caif-hsi: Remove deprecated create_singlethread_workqueue

From: David Miller <davem@davemloft.net>
Date: 2016-07-26 04:39:52
Also in: lkml

From: Bhaktipriya Shridhar <redacted>
Date: Mon, 25 Jul 2016 18:40:57 +0530
alloc_workqueue replaces deprecated create_singlethread_workqueue().

A dedicated workqueue has been used since the workitems are being used
on a packet tx/rx path. Hence, WQ_MEM_RECLAIM has been set to guarantee
forward progress under memory pressure.

An ordered workqueue has been used since workitems &cfhsi->wake_up_work
and &cfhsi->wake_down_work cannot be run concurrently.

Calls to flush_workqueue() before destroy_workqueue() have been dropped
since destroy_workqueue() itself calls drain_workqueue() which flushes
repeatedly till the workqueue becomes empty.

Signed-off-by: Bhaktipriya Shridhar <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help