From patchwork Wed Jan 26 09:08:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 106567 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 D15A1A04A8; Wed, 26 Jan 2022 10:09:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C87194270B; Wed, 26 Jan 2022 10:09:03 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 5E3784069D for ; Wed, 26 Jan 2022 10:09:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643188142; x=1674724142; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ffWMAsq+/nW+jq0Hg5L1fbrXZDGpooKl9djNpNAut4c=; b=ASDCUYtOGOEkkwscnjfgM+X5ediH4dP2tl4yPMKJP8u2N8Po3fR8TKfp US3NVEs7eIlEcVsfmo1qEhTpwfYd6YLZuWzZ25cVilbF/Ssrk11YVYJtj 7UFiJ5StESzpwFz1Ylgl6W0YT8j/No/Sck+Q/mwlFtE6QRgFizzcmUetS 96WlFFg1sRY3tgH1mqlWco8DX20tPkJWwA1hvKGMcPUR8DyGlHRt/p58L niQGQEQKKrGkrfHwFM07OEKE0O7307DRNqlW8l56RCHbvQBic3MVB2tKs HJfgwuKXtMohrVvwoA4JY6XgqvU9d1JuDjqMgF5zVyfrK4cMivz2oNvvD g==; X-IronPort-AV: E=McAfee;i="6200,9189,10238"; a="246455655" X-IronPort-AV: E=Sophos;i="5.88,317,1635231600"; d="scan'208";a="246455655" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2022 01:09:01 -0800 X-IronPort-AV: E=Sophos;i="5.88,317,1635231600"; d="scan'208";a="674301897" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2022 01:09:00 -0800 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V4 1/3] conf/vhost_cbdma: modify config sync with test plan change Date: Wed, 26 Jan 2022 17:08:56 +0800 Message-Id: <20220126090856.915487-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.25.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 Modify config sync with test plan change. Signed-off-by: Lingli Chen --- conf/vhost_cbdma.cfg | 62 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 59 insertions(+), 3 deletions(-) diff --git a/conf/vhost_cbdma.cfg b/conf/vhost_cbdma.cfg index 66981031..a22fa32c 100644 --- a/conf/vhost_cbdma.cfg +++ b/conf/vhost_cbdma.cfg @@ -1,6 +1,62 @@ [suite] update_expected = True -test_parameters = {64: [1024], 1518: [1024]} -test_duration = 60 +test_parameters = {'imix': [1024],} +test_duration = 20 accepted_tolerance = 2 -expected_throughput = {'test_perf_dynamic_queue_number_cbdma_vhost_enqueue_operations': {'dynamic_queue2': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'virtio_user_dynamic_queue2_change_to_1': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'Relaunch_dynamic_queue2': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vhost_userRelaunch_dynamic_queue2_change_to_1': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'Relaunch_vhost_2_cbdma': {64: {1024: 0.00}, 1518: {1024: 0.00}}}, 'test_perf_pvp_spilt_all_path_with_cbdma_vhost_enqueue_operations': {'inorder_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_non_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_non_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'non_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'non_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vector_rx_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vector_rx_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}},'test_perf_packed_dynamic_queue_number_cbdma_vhost_enqueue_operations': {'dynamic_queue2': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'virtio_user_dynamic_queue2_change_to_1': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'Relaunch_dynamic_queue2': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vhost_userRelaunch_dynamic_queue2_change_to_1': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'Relaunch_vhost_2_cbdma': {64: {1024: 0.00}, 1518: {1024: 0.00}}},'test_perf_pvp_packed_all_path_with_cbdma_vhost_enqueue_operations': {'inorder_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_non_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'inorder_non_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'non_mergeable_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'non_mergeable_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vector_rx_path': {64: {1024: 0.00}, 1518: {1024: 0.00}}, 'vector_rx_path_RestartVhost': {64: {1024: 0.00}, 1518: {1024: 0.00}}},} +expected_throughput = { + 'test_perf_pvp_spilt_ring_all_path_vhost_enqueue_operations_with_cbdma':{ + 'inorder_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'inorder_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'mergeable_path_VA': {'imix': {1024: 0.0},}, + 'mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'non_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'non_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_VA': {'imix': {1024: 0.0},}, + 'vector_rx_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'inorder_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'inorder_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'mergeable_path_PA': {'imix': {1024: 0.0},}, + 'mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'non_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'non_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_PA': {'imix': {1024: 0.0},}, + 'vector_rx_path_PA_RestartVhost': {'imix': {1024: 0.0},}}, + 'test_perf_pvp_spilt_ring_all_dynamic_queue_number_vhost_enqueue_operations_with_cbdma':{ + 'with_0_cbdma': {'imix': {1024: 0.0},}, + 'with_4_cbdma': {'imix': {1024: 0.0},}, + 'with_8_cbdma': {'imix': {1024: 0.0},}, + 'with_6_cbdma': {'imix': {1024: 0.0},}}, + 'test_perf_pvp_packed_ring_all_path_vhost_enqueue_operations_with_cbdma':{ + 'inorder_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'inorder_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'mergeable_path_VA': {'imix': {1024: 0.0},}, + 'mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'non_mergeable_path_VA': {'imix': {1024: 0.0},}, + 'non_mergeable_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_VA': {'imix': {1024: 0.0},}, + 'vector_rx_path_VA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_not_power_of_2_VA':{'imix': {1024: 0.0},}, + 'vector_rx_path_not_power_of_2_VA_RestartVhost':{'imix': {1024: 0.0},}, + 'inorder_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'inorder_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'inorder_non_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'mergeable_path_PA': {'imix': {1024: 0.0},}, + 'mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'non_mergeable_path_PA': {'imix': {1024: 0.0},}, + 'non_mergeable_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_PA': {'imix': {1024: 0.0},}, + 'vector_rx_path_PA_RestartVhost': {'imix': {1024: 0.0},}, + 'vector_rx_path_not_power_of_2_PA':{'imix': {1024: 0.0},}, + 'vector_rx_path_not_power_of_2_PA_RestartVhost':{'imix': {1024: 0.0},}}, + 'test_perf_pvp_packed_ring_all_dynamic_queue_number_vhost_enqueue_operations_with_cbdma':{ + 'with_0_cbdma': {'imix': {1024: 0.0},}, + 'with_4_cbdma': {'imix': {1024: 0.0},}, + 'with_8_cbdma': {'imix': {1024: 0.0},}, + 'with_6_cbdma': {'imix': {1024: 0.0},}},} \ No newline at end of file