Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433865
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: libertas_tf: Remove create_workqueue |
| Date | 2016-06-29 17:50 +0200 |
| Message-ID | <rPpUu-5Yx-17@gated-at.bofh.it> (permalink) |
| References | <rHvu2-7bR-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Bhaktipriya Shridhar <bhaktipriya96@gmail.com> wrote: > alloc_workqueue replaces deprecated create_workqueue(). > > A dedicated workqueue has been used since the workitem (viz > &priv->cmd_work per priv, which maps to lbtf_cmd_work) is involved in > actual command processing and may be used on a memory reclaim path. > The workitems require forward progress under memory pressure and hence, > WQ_MEM_RECLAIM has been set. Since there are only a fixed number of work > items, explicit concurrency limit is unnecessary here. > > Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> > Acked-by: Tejun Heo <tj@kernel.org> Thanks, 1 patch applied to wireless-drivers-next.git: 452fa86e9806 libertas_tf: Remove create_workqueue -- Sent by pwcli https://patchwork.kernel.org/patch/9162447/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: libertas_tf: Remove create_workqueue Kalle Valo <kvalo@codeaurora.org> - 2016-06-29 17:50 +0200
csiph-web