Re: [PATCH] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users
From: Martin K. Petersen
Date: Sat Nov 08 2025 - 12:29:16 EST
Marco,
> Currently if a user enqueue 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.
Applied to 6.19/scsi-staging, thanks!
--
Martin K. Petersen