From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] conf/*_dsa.cfg: fix case name error issue
Date: Thu, 8 Jun 2023 10:05:14 +0800 [thread overview]
Message-ID: <20230608020514.561235-1-weix.ling@intel.com> (raw)
Fix some testcases' name error issue in testsuite config files.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
conf/loopback_vhost_async_perf_dsa.cfg | 40 ++---
...host_async_multi_paths_performance_dsa.cfg | 4 +-
conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg | 144 ++++++++++++------
3 files changed, 117 insertions(+), 71 deletions(-)
diff --git a/conf/loopback_vhost_async_perf_dsa.cfg b/conf/loopback_vhost_async_perf_dsa.cfg
index bba33d76..1d928e16 100644
--- a/conf/loopback_vhost_async_perf_dsa.cfg
+++ b/conf/loopback_vhost_async_perf_dsa.cfg
@@ -4,7 +4,7 @@ test_parameters = {64: [1024], 128: [1024], 256: [1024], 512: [1024], 1024: [102
test_duration = 60
accepted_tolerance = 1
expected_throughput = {
- 'test_loopback_split_ring_inorder_mergedable_idxd': {
+ 'test_loopback_split_ring_inorder_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -12,7 +12,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_inorder_non_mergedable_idxd': {
+ 'test_loopback_split_ring_inorder_non_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -20,7 +20,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_mergedable_idxd': {
+ 'test_loopback_split_ring_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -28,7 +28,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_non_mergedable_idxd': {
+ 'test_loopback_split_ring_non_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -36,7 +36,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_vector_rx_idxd': {
+ 'test_loopback_split_ring_vectorized_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -44,7 +44,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_inorder_mergedable_idxd': {
+ 'test_loopback_packed_ring_inorder_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -52,7 +52,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_inorder_non_mergedable_idxd': {
+ 'test_loopback_packed_ring_inorder_non_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -60,7 +60,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_mergedable_idxd': {
+ 'test_loopback_packed_ring_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -68,7 +68,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_non_mergedable_idxd': {
+ 'test_loopback_packed_ring_non_mergeable_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -76,7 +76,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_vector_rx_idxd': {
+ 'test_loopback_packed_ring_vectorized_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -84,7 +84,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_inorder_mergedable_vfio_pci': {
+ 'test_loopback_split_ring_inorder_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -92,7 +92,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_inorder_non_mergedable_vfio_pci': {
+ 'test_loopback_split_ring_inorder_non_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -100,7 +100,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_mergedable_vfio_pci': {
+ 'test_loopback_split_ring_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -108,7 +108,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_non_mergedable_vfio_pci': {
+ 'test_loopback_split_ring_non_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -116,7 +116,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_split_ring_vector_rx_vfio_pci': {
+ 'test_loopback_split_ring_vectorized_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -124,7 +124,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_inorder_mergedable_vfio_pci': {
+ 'test_loopback_packed_ring_inorder_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -132,7 +132,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_inorder_non_mergedable_vfio_pci': {
+ 'test_loopback_packed_ring_inorder_non_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -140,7 +140,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_mergedable_vfio_pci': {
+ 'test_loopback_packed_ring_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -148,7 +148,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_non_mergedable_vfio_pci': {
+ 'test_loopback_packed_ring_non_mergeable_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -156,7 +156,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00}
},
- 'test_loopback_packed_ring_vector_rx_vfio_pci': {
+ 'test_loopback_packed_ring_vectorized_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
diff --git a/conf/pvp_vhost_async_multi_paths_performance_dsa.cfg b/conf/pvp_vhost_async_multi_paths_performance_dsa.cfg
index 10c82cde..f0bbcb7e 100644
--- a/conf/pvp_vhost_async_multi_paths_performance_dsa.cfg
+++ b/conf/pvp_vhost_async_multi_paths_performance_dsa.cfg
@@ -36,7 +36,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00},
},
- 'test_perf_pvp_split_ring_vectorized_rx_idxd': {
+ 'test_perf_pvp_split_ring_vectorized_idxd': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
@@ -116,7 +116,7 @@ expected_throughput = {
1024: {1024: 0.00},
1518: {1024: 0.00},
},
- 'test_perf_pvp_split_ring_vectorized_rx_vfio_pci': {
+ 'test_perf_pvp_split_ring_vectorized_vfio_pci': {
64: {1024: 0.00},
128: {1024: 0.00},
256: {1024: 0.00},
diff --git a/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg b/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg
index f7b6268b..d1bb62c8 100644
--- a/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg
+++ b/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg
@@ -1,6 +1,6 @@
[suite]
update_expected = True
-test_parameters = {64: [2048], 128: [2048], 256: [2048], 512: [2048], 2048: [2048], 1280: [2048], 1518: [2048], 2048: [2048], 4096: [2048]}
+test_parameters = {64: [2048], 128: [2048], 256: [2048], 512: [2048], 1024: [2048], 1280: [2048], 1518: [2048], 2048: [2048], 4096: [2048]}
test_duration = 60
accepted_tolerance = 2
expected_throughput = {
@@ -9,215 +9,261 @@ expected_throughput = {
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_1c_2q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_2c_2q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_2c_4q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_4c_4q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
1518: {2048: 0.000},
2048: {2048: 0.000},
- 4096: {2048: 0.000}
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_4c_8q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_1c_1q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_1c_2q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_2c_2q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_2c_4q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_4c_4q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_4c_8q_idxd': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_1c_1q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_1c_2q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_2c_2q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_2c_4q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_4c_4q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_split_ring_4c_8q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_1c_1q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_1c_2q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_2c_2q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_2c_4q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_4c_4q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.000},
1280: {2048: 0.000},
- 1518: {2048: 0.000}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000},
},
'test_perf_virtio_pmd_packed_ring_4c_8q_vfio_pci': {
64: {2048: 0.000},
128: {2048: 0.000},
256: {2048: 0.000},
512: {2048: 0.00},
- 2048: {2048: 0.000},
+ 1024: {2048: 0.00},
1280: {2048: 0.000},
- 1518: {2048: 0.000}},}
+ 1518: {2048: 0.000},
+ 2048: {2048: 0.000},
+ 4096: {2048: 0.000}},}
--
2.34.1
next reply other threads:[~2023-06-08 2:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-08 2:05 Wei Ling [this message]
2023-06-14 1:33 ` lijuan.tu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230608020514.561235-1-weix.ling@intel.com \
--to=weix.ling@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).