[V1,2/3] conf: add rx_timestamp_perf configuration file

Message ID 20220816090513.1752423-1-yingyax.han@intel.com (mailing list archive)
State Superseded
Headers
Series add rx_timestamp_perf test suite |

Commit Message

Yingya Han Aug. 16, 2022, 9:05 a.m. UTC
  Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
 conf/rx_timestamp_perf.cfg | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 conf/rx_timestamp_perf.cfg
  

Patch

diff --git a/conf/rx_timestamp_perf.cfg b/conf/rx_timestamp_perf.cfg
new file mode 100644
index 00000000..e76c805c
--- /dev/null
+++ b/conf/rx_timestamp_perf.cfg
@@ -0,0 +1,11 @@ 
+[suite]
+test_duration = 15
+traffuc_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',],}