[V5,3/3] conf: add i40e_multi_driver_perf configuration file
Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
warning
|
SKIPPED
|
Commit Message
Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
conf/i40e_multi_driver_perf.cfg | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 conf/i40e_multi_driver_perf.cfg
Comments
On Thu, 25 May 2023 05:21:12 +0000, Yingya Han <yingyax.han@intel.com> wrote:
> Signed-off-by: Yingya Han <yingyax.han@intel.com>
Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks
new file mode 100644
@@ -0,0 +1,24 @@
+[suite]
+test_duration = 30
+rxtx_queue_size = 2048
+traffic_stop_wait_time = 2
+test_parameters = {
+ "1C/1T-1Q": [
+ "64",
+ "128",
+ "256",
+ "512",
+ "1024",
+ "1280",
+ "1518",
+ ],
+ "1C/2T-2Q": [
+ "64",
+ "128",
+ "256",
+ "512",
+ "1024",
+ "1280",
+ "1518",
+ ],
+}