[PATCH] soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users
Christophe Leroy
christophe.leroy at csgroup.eu
Tue Nov 11 22:50:37 AEDT 2025
On Fri, 07 Nov 2025 16:29:50 +0100, Marco Crivellari wrote:
> Currently if a user enqueues a work item using schedule_delayed_work() the
> used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use
> WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to
> schedule_work() that is using system_wq and queue_work(), that makes use
> again of WORK_CPU_UNBOUND.
> This lack of consistency cannot be addressed without refactoring the API.
>
> [...]
Applied, thanks!
[1/1] soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users
commit: bdedc7414642e9c3793933d43b72c67f3b7db326
Best regards,
--
Christophe Leroy <christophe.leroy at csgroup.eu>
More information about the Linuxppc-dev
mailing list