[dts] [PATCH V2 1/2] conf: add config file to support per patch performance

Ma, LihongX lihongx.ma at intel.com
Tue Mar 3 10:00:58 CET 2020


Tested-by: ma,lihong<lihongx.ma at intel.com>

Regards,
Ma,lihong


-----Original Message-----
From: Ma, LihongX 
Sent: Tuesday, March 3, 2020 9:31 AM
To: dts at dpdk.org
Cc: Ma, LihongX <lihongx.ma at intel.com>
Subject: [dts][PATCH V2 1/2] conf: add config file to support per patch performance

add config file for suite pvp_multi_paths_performance can store expected throughput value of cases.

Signed-off-by: lihong <lihongx.ma at intel.com>
---
 conf/pvp_multi_paths_performance.cfg | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 conf/pvp_multi_paths_performance.cfg

diff --git a/conf/pvp_multi_paths_performance.cfg b/conf/pvp_multi_paths_performance.cfg
new file mode 100644
index 0000000..a725abb
--- /dev/null
+++ b/conf/pvp_multi_paths_performance.cfg
@@ -0,0 +1,6 @@
+[suite]
+update_expected = True
+test_parameters = {64: [1024],1518: [1024]} test_duration = 60 
+accepted_tolerance = 2 expected_throughput = 
+{'test_perf_pvp_virtio11_mergeable': {64: {1024: 0.00}, 1518: {1024: 
+0.00}}, 'test_perf_pvp_virtio11_normal': {64: {1024: 0.00}, 1518: 
+{1024: 0.00}}, 'test_perf_pvp_virtio11_inorder_mergeable': {64: {1024: 
+0.00}, 1518: {1024: 0.00}}, 'test_perf_pvp_virtio11_inorder_normal': 
+{64: {1024: 0.00}, 1518: {1024: 0.00}}, 
+'test_perf_pvp_inorder_mergeable': {64: {1024: 0.00}, 1518: {1024: 
+0.00}}, 'test_perf_pvp_inorder_no_mergeable': {64: {1024: 0.00}, 1518: 
+{1024: 0.00}},'test_perf_pvp_mergeable': {64: {1024: 0.00}, 1518: 
+{1024: 0.00}},'test_perf_pvp_normal': {64: {1024: 0.00}, 1518: {1024: 
+0.00}},'test_perf_pvp_vector_rx': {64: {1024: 0.00}, 1518: {1024: 
+0.00}},}
--
2.7.4



More information about the dts mailing list