Re: [PATCH 0/5] replaced system_unbound_wq, added WQ_PERCPU to alloc_workqueue
From: Jason Gunthorpe
Date: Tue Dec 02 2025 - 14:18:10 EST
On Tue, Dec 02, 2025 at 02:22:55PM +0100, Marco Crivellari wrote:
> Hi,
>
> On Sat, Nov 1, 2025 at 5:31 PM Marco Crivellari
> <marco.crivellari@xxxxxxxx> wrote:
> > Marco Crivellari (5):
> > RDMA/core: RDMA/mlx5: replace use of system_unbound_wq with
> > system_dfl_wq
> > RDMA/core: WQ_PERCPU added to alloc_workqueue users
> > hfi1: WQ_PERCPU added to alloc_workqueue users
> > RDMA/mlx4: WQ_PERCPU added to alloc_workqueue users
> > IB/rdmavt: WQ_PERCPU added to alloc_workqueue users
> >
> > drivers/infiniband/core/cm.c | 2 +-
> > drivers/infiniband/core/device.c | 4 ++--
> > drivers/infiniband/core/ucma.c | 2 +-
> > drivers/infiniband/hw/hfi1/init.c | 4 ++--
> > drivers/infiniband/hw/hfi1/opfn.c | 4 ++--
> > drivers/infiniband/hw/mlx4/cm.c | 2 +-
> > drivers/infiniband/hw/mlx5/odp.c | 4 ++--
> > drivers/infiniband/sw/rdmavt/cq.c | 3 ++-
> > 8 files changed, 13 insertions(+), 12 deletions(-)
>
> Gentle ping.
It looks like it was picked up, the thank you email must have become lost:
5c467151f6197d IB/isert: add WQ_PERCPU to alloc_workqueue users
65d21dee533755 IB/iser: add WQ_PERCPU to alloc_workqueue users
7196156b0ce3dc IB/rdmavt: WQ_PERCPU added to alloc_workqueue users
5267feda50680c RDMA/mlx4: WQ_PERCPU added to alloc_workqueue users
5f93287fa9d0db hfi1: WQ_PERCPU added to alloc_workqueue users
e60c5583b661da RDMA/core: WQ_PERCPU added to alloc_workqueue users
f673fb3449fcd8 RDMA/core: RDMA/mlx5: replace use of system_unbound_wq with system_dfl_wq
Jason