From patchwork Fri Sep 10 08:47:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98568 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 2398CA0547; Fri, 10 Sep 2021 10:53:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13741406B4; Fri, 10 Sep 2021 10:53:43 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 4C22C4067E for ; Fri, 10 Sep 2021 10:53:42 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="200556541" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="200556541" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:53:41 -0700 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="549186403" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:53:40 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Fri, 10 Sep 2021 16:47:55 +0800 Message-Id: <20210910084755.564031-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/2] modify vswitch_sample_cdbma testplan and 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 Sender: "dts" Modify vswitch_sample_cdbma testplan and testsuite. Wei Ling (2): test_plans/vswitch_sample_cbdma_test_plan: modify start virtio-user path parameter tests/vswitch_sample_cbdma: modify testsuite code sync with testplan update test_plans/vswitch_sample_cbdma_test_plan.rst | 40 +++-- tests/TestSuite_vswitch_sample_cbdma.py | 166 +++++++++++------- 2 files changed, 121 insertions(+), 85 deletions(-) Tested-by: Wei Ling Acked-by: Yinan Wang