2023-10-04 14:29:54

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] dmaengine: idxd: add wq driver name support for accel-config user tool


On Fri, 08 Sep 2023 13:10:45 -0700, Fenghua Yu wrote:
> 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.
>
>
> [...]

Applied, thanks!

[1/1] dmaengine: idxd: add wq driver name support for accel-config user tool
commit: 7af1e0aceeb321cbc90fcf6fa0bec8870290377f

Best regards,
--
~Vinod



2023-10-06 00:16:17

by Fenghua Yu

[permalink] [raw]
Subject: Re: [PATCH] dmaengine: idxd: add wq driver name support for accel-config user tool

Hi, Vinod,

On 10/4/23 07:29, Vinod Koul wrote:
>
> On Fri, 08 Sep 2023 13:10:45 -0700, Fenghua Yu wrote:
>> 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.
>>
>>
>> [...]
>
> Applied, thanks!

All pending patches are in dmaengine tree now.

Thank you very much!

-Fenghua