From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6A2A741BE7; Mon, 6 Feb 2023 06:01:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D7A041611; Mon, 6 Feb 2023 06:01:41 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id C5A2040A7D for ; Mon, 6 Feb 2023 06:01:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675659699; x=1707195699; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1gbNE5lQIiBusM7MDiXR25p3PLz4cB+emAjKxX6RB98=; b=Ucl44yX3Os3FAkBqIx+3eEe5UV7ohDv08H3spVfkHyEv55bk45TF+x66 S1XFI34YVxXcqbt1YqVacqm8scWndwLHJkPD+w7h9tUqISFyNjTKRgNSS qVuMWu532p4CZzDfUBov0TqkptbjRTv8qdN1WZX88k5guiQOQ5/dhcmeZ WN5KrlHvBTwQSaXEmbHj0WMCqDCTotKuxkkjVJL4tbLbI5ArVIzxLBJYF VR26UbSxy7sF7/BjClL7gO+ERDvIh6FD8YNqhDDonONKAj6VBgry9m7+u Frj6SmRCkXs6o0AzaYC7kav5turGeF/v4St4zew4lfJJyF+Yp3u03H38B g==; X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="327762002" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="327762002" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 21:01:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="840240949" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="840240949" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 21:01:36 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 4/4] conf/pvp_vhost_async_virtio_pmd_perf_dsa: add testsuite config file Date: Mon, 6 Feb 2023 12:49:35 +0800 Message-Id: <20230206044935.3644120-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Add pvp_vhost_async_virtio_pmd_perf_dsa config file to test pvp vhost/virtio-pmd async data-path performance use DSA device with dpdk and kernel driver. Signed-off-by: Wei Ling --- conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg | 557 +++++++++++++++++++ 1 file changed, 557 insertions(+) create mode 100644 conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg diff --git a/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg b/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg new file mode 100644 index 00000000..a28d0063 --- /dev/null +++ b/conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg @@ -0,0 +1,557 @@ +[suite] +update_expected = True +test_parameters = {64: [1024], 128: [1024], 256: [1024], 512: [1024], 1024: [1024], 1280: [1024], 1518: [1024]} +test_duration = 60 +accepted_tolerance = 2 +expected_throughput = { + 'test_perf_virtio_pmd_split_ring_1c_1q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_1c_2q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_2c_2q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_2c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_4c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_4c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_1c_1q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_1c_2q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_2c_2q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_2c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_4c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_4c_4q_idxd': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_1c_1q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_1c_2q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_2c_2q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_2c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_4c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_split_ring_4c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_1c_1q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_1c_2q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_2c_2q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_2c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_4c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + } + }, + 'test_perf_virtio_pmd_packed_ring_4c_4q_vfio_pci': { + 64: { + 1024: 0.000 + }, + 128: { + 1024: 0.000 + }, + 256: { + 1024: 0.000 + }, + 512: { + 1024: 0.000 + }, + 1024: { + 1024: 0.000 + }, + 1280: { + 1024: 0.000 + }, + 1518: { + 1024: 0.000 + }}} -- 2.25.1