From patchwork Wed Nov 30 06:55:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120341 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 4427CA00C2; Wed, 30 Nov 2022 08:01:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36BDA40151; Wed, 30 Nov 2022 08:01:04 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 0E97A4014F for ; Wed, 30 Nov 2022 08:01: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=1669791663; x=1701327663; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ijyFU1CG8MLj/y2gXVgiei/n6h+DcsoHVy5wG1ojIj0=; b=D93Rg9Vy3raTSFFjM5nfPlAMgNxz/VAd0dXfXMQadeajXIhzBNJ2I9PZ kOPNZxtD+o5Gi8j30AWehYQMDqOzrsURJl0rHORVOyzr07FL9fUOFZi6E GtnTF09YqlcEbIizFnHv88k9kGnYv3DRuA7X1sBkBQHBboGy6mL+khdwx x8SSK1F06CzL0rCxIptww0oMYWhLVeC7iLAv37yJqLpRWA433CRkV8m6M rq4tJL7hiQXYc5z6vfTAMIW43YTApUS0G1FsaFwx1HCRW0nsGR5iyvBSB UR3ZNqUin+3bjUYzc8TZm8X9i15glU9IJ4rn486DXQWJTnBRKInmp9GB5 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="312939487" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="312939487" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 23:00:59 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="707535786" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="707535786" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 23:00:52 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add vm2vm_virtio_net_perf_dsa Date: Wed, 30 Nov 2022 14:55:16 +0800 Message-Id: <20221130065516.1166123-1-weix.ling@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 1.Modify the description in testplan. 2.Add new testsuite TestSuite_vm2vm_virtio_net_perf_dsa.py. Wei Ling (2): test_plans/vm2vm_virtio_net_perf_dsa_test_plan: modify testplan description tests/vm2vm_virtio_net_perf_dsa: add new testsuite .../vm2vm_virtio_net_perf_dsa_test_plan.rst | 99 +- tests/TestSuite_vm2vm_virtio_net_perf_dsa.py | 1699 +++++++++++++++++ 2 files changed, 1747 insertions(+), 51 deletions(-) create mode 100644 tests/TestSuite_vm2vm_virtio_net_perf_dsa.py