RE: [PATCH 1/2] wifi: rtlwifi: add WQ_PERCPU to alloc_workqueue users
From: Ping-Ke Shih
Date: Mon Nov 17 2025 - 19:42:09 EST
Marco Crivellari <marco.crivellari@xxxxxxxx> wrote:
> Hi,
>
> On Mon, Nov 17, 2025 at 1:53 AM Ping-Ke Shih <pkshih@xxxxxxxxxxx> wrote:
> > [...]
> >
> > I think this driver should use WQ_UNBOUND as well as another patch in this
> > patchset.
> >
> >
> > I feel most user scenarios should be WQ_UNBOUND. Could you share which case
> > uses WQ_PERCPU?
>
> I think a typical scenario is when per-cpu variables are used.
> But this is not the case here, for both the patches.
>
> So yes, unless there is the need to have the item scheduled on the same CPU,
> this can be converted to WQ_UNBOUND.
>
> I did the same for other series in other subsystems. If you want, I
> can send the v2
> with the change.
Please send v2 with WQ_UNBOUND. Thanks.