[Accel-config] [PATCH v1 1/1] accel-config/test: add driver name for config file in contrib
Tony Zhu <tony.zhu at intel.com> Mon, 21 Mar 2022 18:12:44 +0800
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
driver name must be configured if kernel has such change, update
all usage profiles.
Signed-off-by: Tony Zhu <tony.zhu(a)intel.com>
---
contrib/configs/app_profile.conf | 2 ++
contrib/configs/net_profile.conf | 4 ++++
contrib/configs/os_profile.conf | 1 +
contrib/configs/storage_profile.conf | 2 ++
4 files changed, 9 insertions(+)
diff --git a/contrib/configs/app_profile.conf b/contrib/configs/app_profile.conf
index 3aa16ac..4f8ad22 100644
--- a/contrib/configs/app_profile.conf
+++ b/contrib/configs/app_profile.conf
@@ -19,6 +19,7 @@
"max_batch_size":32,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app1",
"threshold":6
}
@@ -46,6 +47,7 @@
"max_batch_size":32,
"max_transfer_size":2097152,
"type":"user",
+ "driver_name":"user",
"name":"app2",
"threshold":28
}
diff --git a/contrib/configs/net_profile.conf b/contrib/configs/net_profile.conf
index d84aecc..55b84a8 100644
--- a/contrib/configs/net_profile.conf
+++ b/contrib/configs/net_profile.conf
@@ -19,6 +19,7 @@
"max_batch_size":1024,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app1",
"threshold":0
}
@@ -46,6 +47,7 @@
"max_batch_size":1024,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app2",
"threshold":0
}
@@ -73,6 +75,7 @@
"max_batch_size":1024,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app3",
"threshold":0
}
@@ -100,6 +103,7 @@
"max_batch_size":1024,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app4",
"threshold":0
}
diff --git a/contrib/configs/os_profile.conf b/contrib/configs/os_profile.conf
index 077ce58..88a9224 100644
--- a/contrib/configs/os_profile.conf
+++ b/contrib/configs/os_profile.conf
@@ -19,6 +19,7 @@
"max_batch_size":32,
"max_transfer_size":2097152,
"type":"kernel",
+ "driver_name":"dmaengine",
"name":"dmaengine",
"threshold":15
}
diff --git a/contrib/configs/storage_profile.conf b/contrib/configs/storage_profile.conf
index 13f58c5..1ed5fcf 100644
--- a/contrib/configs/storage_profile.conf
+++ b/contrib/configs/storage_profile.conf
@@ -19,6 +19,7 @@
"max_batch_size":32,
"max_transfer_size":16384,
"type":"user",
+ "driver_name":"user",
"name":"app1",
"threshold":0
}
@@ -46,6 +47,7 @@
"max_batch_size":32,
"max_transfer_size":2097152,
"type":"user",
+ "driver_name":"user",
"name":"app2",
"threshold":0
}
--
2.27.0