All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] [PATCH v1 1/1] accel-config/test: add driver_name attribute config for dsa_test
@ 2022-03-21 10:05 Tony Zhu
  0 siblings, 0 replies; only message in thread
From: Tony Zhu @ 2022-03-21 10:05 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-21 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 10:05 [Accel-config] [PATCH v1 1/1] accel-config/test: add driver_name attribute config for dsa_test Tony Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.