Re: [PATCH] PCI: endpoint: pci-epf-test: add WQ_PERCPU to alloc_workqueue users

From: Manivannan Sadhasivam
Date: Thu Dec 18 2025 - 02:11:19 EST



On Fri, 07 Nov 2025 15:31:08 +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] PCI: endpoint: pci-epf-test: add WQ_PERCPU to alloc_workqueue users
commit: 79fc1cbca2f0d3901d7927565799af7c92dfb150

Best regards,
--
Manivannan Sadhasivam <mani@xxxxxxxxxx>