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 713EDA0032; Fri, 22 Apr 2022 10:43:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 443374067B; Fri, 22 Apr 2022 10:43:22 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 41D9940042 for ; Fri, 22 Apr 2022 10:43:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650617001; x=1682153001; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=FAVYxs1SE31GIzgm8KJ4wZ7gEbHVPHLF6Rc1GdwlZgo=; b=gsZEmyKypOlu4TUnmQdaghmKLgY/voSoWK8osaE4YTwtgOjy2DFXfh33 S+YnI6nzPGnmZ2UIwbIzqh7Q3o013Hek6n0yyR0Q4b1mjmxea3VA6ubfC JQm43pPrPnnoTOnYZc+rmzwvuP1Ud6MFkZyz8K/uWQvjHQi1oef+K51sd BAM+P/+GAJz8rcAUDFynnMZoP6kBW2oIVX6Z2uC6UGAro6btvWx1F4pcj sRlDvlO0J+MspevokaNQvu93jwzYDfwA1y97l5NiP31Z7FUxi1AsnOkvM 1uvSwrk9hiu6iOfMRursvbKxIYL96CLFmLmCiyE4YREn0yG+N5vS6rthm Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="245195001" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="245195001" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 01:43:20 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="577767225" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 01:43:18 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add new Date: Fri, 22 Apr 2022 16:43:14 +0800 Message-Id: <20220422084314.1561784-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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite vswitch_pvp_multi_paths_performance_with_cbdma for coverage the dpdk-vhost pvp multi paths performance test with cbdma. 1) Add new testplan vswitch_pvp_multi_paths_performance_with_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan. 3) Add new testsuite tests/vswitch_pvp_multi_paths_performance_with_cbdma. 4) Add testsuite config file conf/vswitch_pvp_multi_paths_performance_with_cbdma. Wei Ling (4): test_plans/index: add new vswitch_pvp_multi_paths_performance_with_cbdma_test_plan test_plans/vswitch_pvp_multi_paths_performance_with_cbdma_test_plan: add vswitch_pvp_multi_paths_performance_with_cbdma testplan tests/vswitch_pvp_multi_paths_performance_with_cbdma: add new vswitch_pvp_multi_paths_performance_with_cbdma testsuite conf/vswitch_pvp_multi_paths_performance_with_cbdma: add new vswitch_pvp_multi_paths_performance_with_cbdma config file ...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 | 644 ++++++++++++++++++ 4 files changed, 1047 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