Re: [PATCH v8 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool

From: Fenghua Yu
Date: Wed Aug 02 2023 - 11:22:39 EST




On 7/31/23 14:29, Tom Zanussi wrote:
From: Dave Jiang <dave.jiang@xxxxxxxxx>

With the possibility of multiple wq drivers that can be bound to the wq,
the user config tool accel-config needs a way to know which wq driver to
bind to the wq. Introduce per wq driver_name sysfs attribute where the user
can indicate the driver to be bound to the wq. This allows accel-config to
just bind to the driver using wq->driver_name.

Signed-off-by: Dave Jiang <dave.jiang@xxxxxxxxx>
Signed-off-by: Tom Zanussi <tom.zanussi@xxxxxxxxxxxxxxx>

Reviewed-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>

Thanks.

-Fenghua