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 575AAA00C3; Thu, 21 Apr 2022 07:22:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 52558410E1; Thu, 21 Apr 2022 07:22:18 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id B15AF4068E for ; Thu, 21 Apr 2022 07:22:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650518536; x=1682054536; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QZFsOXxCHkW1A4jGMFRmWF2W5q7IFnMg5zoJHUljiPw=; b=eNPcVSemUGUGuL+qvJTGSk8M4hJTH7IvcU3QqF/DQ4mwm/7nKEDb1wHZ GGtYbeWJOoD+CZkpXD9+X5tZSmmcwH9PltyrGaqwxIAl5wsIFhJ0pKqOe ThjzwQ5ilOtDyVy/2DdE1thpwSAW0voyH5wbuX35/e5jAKprpyZxnEEQt LkIwrZGEIt8lKEoH4bZqUeA/t651VjECQGbj57zx+M0H4CLPzUPrbzddd nlfMEMDsJJ5/bfunFOHYd0fvWVXsV4ETfSkzd7Wg8Q2Gr1Ul1w/F46sfk bms4tpW9ufMmHHHPjuSQ0ZBigYLLL0n4YEkfaGN4+1963eb4W7tFd4sAE w==; X-IronPort-AV: E=McAfee;i="6400,9594,10323"; a="244824858" X-IronPort-AV: E=Sophos;i="5.90,277,1643702400"; d="scan'208";a="244824858" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 22:22:15 -0700 X-IronPort-AV: E=Sophos;i="5.90,277,1643702400"; d="scan'208";a="577021297" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 22:22:14 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add new testsuite of DPDK-22.03 Date: Thu, 21 Apr 2022 13:22:09 +0800 Message-Id: <20220421052209.1553155-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 new testsuite, include: test_plans/index test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan tests/vswitch_pvp_multi_paths_performance_with_cbdma conf/vswitch_pvp_multi_paths_performance_with_cbdma Wei Ling (4): test_plans/index: add new testsuite conf/vswitch_pvp_multi_paths_performance_with_cbdma: add new testsuite config file 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 ...pvp_multi_paths_performance_with_cbdma.cfg | 7 + test_plans/index.rst | 1 + ...paths_performance_with_cbdma_test_plan.rst | 395 +++++++++++ ..._pvp_multi_paths_performance_with_cbdma.py | 646 ++++++++++++++++++ 4 files changed, 1049 insertions(+) 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