[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176604166824.697128.70874171767074760.b4-ty@kernel.org>
Date: Thu, 18 Dec 2025 12:37:48 +0530
From: Manivannan Sadhasivam <manivannan.sadhasivam@....qualcomm.com>
To: linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
Marco Crivellari <marco.crivellari@...e.com>
Cc: Tejun Heo <tj@...nel.org>, Lai Jiangshan <jiangshanlai@...il.com>,
Frederic Weisbecker <frederic@...nel.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Michal Hocko <mhocko@...e.com>,
Krzysztof Wilczynski <kwilczynski@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>
Subject: Re: [PATCH] PCI: endpoint: pci-epf-test: add WQ_PERCPU to
alloc_workqueue users
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@...nel.org>
Powered by blists - more mailing lists