[Accel-config] [PATCH v1] accel-config: Update with new driver name changes

ramesh.thomas at intel.com
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
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>
---
 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
 };
 
-- 
2.26.3
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.