[V3,3/3] conf/vhost_cbdma: modify the suite config by case changed

Message ID 20221128025028.2315470-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series modify the dmas parameter by DPDK changed |

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

Ling, WeiX Nov. 28, 2022, 2:50 a.m. UTC
  Modify the suite config by case changed.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 conf/vhost_cbdma.cfg | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
  

Comments

Tu, Lijuan Dec. 26, 2022, 4:54 a.m. UTC | #1
On Mon, 28 Nov 2022 10:50:28 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Modify the suite config by case changed.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks
  

Patch

diff --git a/conf/vhost_cbdma.cfg b/conf/vhost_cbdma.cfg
index 9dbdb77f..d192facc 100644
--- a/conf/vhost_cbdma.cfg
+++ b/conf/vhost_cbdma.cfg
@@ -28,16 +28,16 @@  expected_throughput = {
          'non_mergeable_VA_RestartVhost': {'imix': {1024: 0.000}},
          'vectorized_VA': {'imix': {1024: 0.000}},
          'vectorized_VA_RestartVhost': {'imix': {1024: 0.000}},
-         'inorder_mergeable_PA': {'imix': {1024: 0.000}},
-         'inorder_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},
+         'mergeable_VA_diff': {'imix': {1024: 0.000}},
+         'mergeable_VA_diff_RestartVhost': {'imix': {1024: 0.000}},
+         'inorder_non_mergeable_PA': {'imix': {1024: 0.000}},
+         'inorder_non_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},
     'test_perf_pvp_split_ring_dynamic_queue_number_vhost_async_operation_with_M_to_N': {
          'inorder_mergeable_VA_1:N': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_without_CBDMA': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_1:1': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_M:N': {'imix': {1024: 0.000}},
-         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},
-         'mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},
-         'mergeable_PA_M:N_diff': {'imix': {1024: 0.000}},},
+         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}}},
     'test_perf_pvp_packed_ring_all_path_multi_queues_vhost_async_operation_with_1_to_1': {
          'inorder_mergeable_VA': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_RestartVhost': {'imix': {1024: 0.000}},
@@ -66,13 +66,13 @@  expected_throughput = {
          'vectorized_VA_RestartVhost': {'imix': {1024: 0.000}},
          'vectorized_path_not_power_of_2_VA': {'imix': {1024: 0.000}},
          'vectorized_path_not_power_of_2_VA_RestartVhost': {'imix': {1024: 0.000}},
-         'inorder_mergeable_PA': {'imix': {1024: 0.000}},
-         'inorder_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},
+         'vectorized_path_not_power_of_2_VA_diff': {'imix': {1024: 0.000}},
+         'vectorized_path_not_power_of_2_VA_diff_RestartVhost': {'imix': {1024: 0.000}},
+         'vectorized_path_not_power_of_2_PA': {'imix': {1024: 0.000}},
+         'vectorized_path_not_power_of_2_PA_RestartVhost': {'imix': {1024: 0.000}}},
     'test_perf_pvp_packed_ring_dynamic_queue_number_vhost_async_operation_with_M_to_N': {
          'inorder_mergeable_VA_1:N': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_without_CBDMA': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_1:1': {'imix': {1024: 0.000}},
          'inorder_mergeable_VA_M:N': {'imix': {1024: 0.000}},
-         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},
-         'mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},
-         'mergeable_PA_M:N_diff': {'imix': {1024: 0.000}},},}
+         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}}}}