[V1,3/3] conf: add ice_header_split_perf configuration file

Message ID 20221226065551.10065-1-yingyax.han@intel.com (mailing list archive)
State Accepted
Headers
Series add ice_header_split_perf test suite |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Yingya Han Dec. 26, 2022, 6:55 a.m. UTC
  Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
 conf/ice_header_split_perf.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 conf/ice_header_split_perf.cfg
  

Comments

Haijun Chu Dec. 27, 2022, 5:40 a.m. UTC | #1
Acked-by: Haijun Chu<haijun.chu@intel.com>

-----Original Message-----
From: Yingya Han <yingyax.han@intel.com> 
Sent: Monday, December 26, 2022 2:56 PM
To: dts@dpdk.org
Cc: Han, YingyaX <yingyax.han@intel.com>
Subject: [dts][PATCH V1 3/3]conf: add ice_header_split_perf configuration file

Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
  
Tu, Lijuan Jan. 4, 2023, 12:58 a.m. UTC | #2
On Mon, 26 Dec 2022 06:55:51 +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
  

Patch

diff --git a/conf/ice_header_split_perf.cfg b/conf/ice_header_split_perf.cfg
new file mode 100644
index 00000000..cd8c0fe4
--- /dev/null
+++ b/conf/ice_header_split_perf.cfg
@@ -0,0 +1,11 @@ 
+[suite]
+test_duration = 30
+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',],
+    '2C/2T-2Q': ['64', '128', '256', '512', '1024', '1280', '1518',],
+    '2C/4T-4Q': ['64', '128', '256', '512', '1024', '1280', '1518',],
+    '4C/4T-4Q': ['64', '128', '256', '512', '1024', '1280', '1518',],
+    '4C/8T-8Q': ['64', '128', '256', '512', '1024', '1280', '1518',],
+    '8C/8T-8Q': ['64', '128', '256', '512', '1024', '1280', '1518',],}