From patchwork Thu Jun 8 02:05:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 128359 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65EA742C57; Thu, 8 Jun 2023 04:05:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40AFC410D3; Thu, 8 Jun 2023 04:05:26 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id B1E0340042 for ; Thu, 8 Jun 2023 04:05:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686189924; x=1717725924; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ApFAoN/+c/51E6KyHDyLbhR9L67aHftvn7dOmd0Ztz4=; b=PGssEm00VgDpYNGWJQQcT3QIo4ZGc3HGddyByoB34CKMgV4hGHjXUfsK VyyutWX8p9hXadFxBtpjJBVEUPVVR+kCwRWDHSYL4iWOCgiDKaTcJ4VJl UYHgT0DFR2p7GdeGvDo3aUSI25IchXcFT83mtBscPeZk+ft/UWsQDik01 Vl2LJIxF6Wd0s089GkzORciux8KChnwaVXYhrmOIb7hZc8j3VFOnb2SX1 c2uJUeD64Y5/L6p/2tOBMCgSfEIbPGTxzTIq3pPshZJKnhNThGaGl1uTt fbV/DY5GXT/MtBD0cAfBQ94X3WE954RrDipqDuvRGAf68MsqnTV6NBbdu A==; X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="356027419" X-IronPort-AV: E=Sophos;i="6.00,225,1681196400"; d="scan'208";a="356027419" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 19:05:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="779689996" X-IronPort-AV: E=Sophos;i="6.00,225,1681196400"; d="scan'208";a="779689996" Received: from unknown (HELO dut222..) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 19:05:22 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] conf/*_dsa.cfg: fix case name error issue Date: Thu, 8 Jun 2023 10:05:14 +0800 Message-Id: <20230608020514.561235-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Fix some testcases' name error issue in testsuite config files. Signed-off-by: Wei Ling --- 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}},}