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 7AE96A0093; Fri, 22 Apr 2022 07:48:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73B2540042; Fri, 22 Apr 2022 07:48:25 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 72E4540040 for ; Fri, 22 Apr 2022 07:48:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650606504; x=1682142504; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=g8yPuc+0bNqKlOgx1aLMZdUDKPT8SIvZik0aKXx7ldA=; b=UdkUNFDnpFps4nFv50ZbGqsq7uarJKlyzyZrhshOJw89hLyojv2HV/ov 4JxyuTUgXlAlmT4UMqSTl4H3BZFi3+fZnD5rCQr+B5B3PFxI1LC9NJ5mz u7b5PLUEqgyMP+0CwQeUikkQypRK15T5UWPhm8fBryoLZIYG89Q+vrwci X7zi/Up+DHU8jP3ZyFFw7QcQQF5z2Oe5RUFttYhlqBZ+qpt3a/Vx5KufJ ytsFGO8g0hij0hoazvP3E/CFk4sSt860KTn2FAdk4MT9kLvsVu5C/DjV1 7kgxnGBD+JGpyDrBJNW2Ff4yRR63uoQFr0mkOSbU3FbPJFyb+s0TvxTBY w==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="264053214" X-IronPort-AV: E=Sophos;i="5.90,280,1643702400"; d="scan'208";a="264053214" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 22:48:22 -0700 X-IronPort-AV: E=Sophos;i="5.90,280,1643702400"; d="scan'208";a="671781129" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 22:48:21 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/6] add new testsuite of DPDK-22.03 Date: Fri, 22 Apr 2022 13:48:16 +0800 Message-Id: <20220422054816.1559108-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 1)As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), Add new testplan and testsuite vswitch_pvp_multi_paths_performance_with_cbdma. 2)Fix pcap header issue in tests/vswitch_sample_cbdma. 3)Modify test_plans/vswitch_sample_cbdma_test_plan with new format. Wei Ling (6): test_plans/index: add new testsuite test_plans/vswitch_sample_cbdma_test_plan: modify testplan with new format tests/vswitch_sample_cbdma: fix pcap header issue test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan: add new testplan of DPDK-22.03 tests/vswitch_pvp_multi_paths_performance_with_cbdma: add new testsuite of DPDK-22.03 conf/vswitch_pvp_multi_paths_performance_with_cbdma: add new testsuite config file ...pvp_multi_paths_performance_with_cbdma.cfg | 7 + test_plans/index.rst | 1 + ...paths_performance_with_cbdma_test_plan.rst | 395 +++++++++++ test_plans/vswitch_sample_cbdma_test_plan.rst | 294 +++++--- ..._pvp_multi_paths_performance_with_cbdma.py | 644 ++++++++++++++++++ tests/TestSuite_vswitch_sample_cbdma.py | 8 +- 6 files changed, 1242 insertions(+), 107 deletions(-) create mode 100644 conf/vswitch_pvp_multi_paths_performance_with_cbdma.cfg create mode 100644 test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vswitch_pvp_multi_paths_performance_with_cbdma.py -- 2.25.1