[Accel-config] [PATCH v1 1/1] accel-config/test: add driver_name attribute config for dsa_test
Tony Zhu <tony.zhu at intel.com> Mon, 21 Mar 2022 18:05:16 +0800
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
driver_name is new attribute added by kernel. It must be configured.
Signed-off-by: Tony Zhu <tony.zhu(a)intel.com>
---
test/configs/2g2q_user_1.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/configs/2g2q_user_1.conf b/test/configs/2g2q_user_1.conf
index 7c55e72..566ee35 100644
--- a/test/configs/2g2q_user_1.conf
+++ b/test/configs/2g2q_user_1.conf
@@ -17,6 +17,7 @@
"priority":10,
"block_on_fault":1,
"type":"user",
+ "driver_name":"user",
"name":"app1",
"threshold":15
}
@@ -46,6 +47,7 @@
"priority":10,
"block_on_fault":1,
"type":"user",
+ "driver_name":"user",
"name":"app2",
"threshold":0
}
--
2.27.0