On 5/7/2021 7:26 PM, ramesh.thomas(a)intel.com wrote:
From: Ramesh Thomas <ramesh.thomas(a)intel.com>
Update with driver name changes for wqs in idxd kernel module.
"idxd-kernel-portal" changes to "dmaengine",
"idxd-user-portal" changes
to "user" and "idxd-mdev-portal" changes to "mdev".
Signed-off-by: Ramesh Thomas <ramesh.thomas(a)intel.com>
Reviewed-by: Dave Jiang <dave.jiang(a)intel.com>
Thanks. Sorry about the churn.
> ---
> accfg/lib/libaccfg.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/accfg/lib/libaccfg.c b/accfg/lib/libaccfg.c
> index 12a97f5..0796f08 100644
> --- a/accfg/lib/libaccfg.c
> +++ b/accfg/lib/libaccfg.c
> @@ -36,9 +36,9 @@
> (d)->bus_type_str : accfg_wq_device_portals[(w)->type])
>
> char *accfg_wq_device_portals[] = {
> - [ACCFG_WQT_KERNEL] = "idxd-kernel-portal",
> - [ACCFG_WQT_USER] = "idxd-user-portal",
> - [ACCFG_WQT_MDEV] = "idxd-mdev-portal",
> + [ACCFG_WQT_KERNEL] = "dmaengine",
> + [ACCFG_WQT_USER] = "user",
> + [ACCFG_WQT_MDEV] = "mdev",
> NULL
> };
>