From patchwork Thu Sep 9 07:48:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98411 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 90F46A0547; Thu, 9 Sep 2021 09:54:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6441640041; Thu, 9 Sep 2021 09:54:02 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id A59554003E for ; Thu, 9 Sep 2021 09:54:00 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10101"; a="281730739" X-IronPort-AV: E=Sophos;i="5.85,279,1624345200"; d="scan'208";a="281730739" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2021 00:53:59 -0700 X-IronPort-AV: E=Sophos;i="5.85,279,1624345200"; d="scan'208";a="469977218" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2021 00:53:58 -0700 From: "Ling, WeiX" To: dts@dpdk.org Cc: "Ling, WeiX" Date: Thu, 9 Sep 2021 15:48:28 +0800 Message-Id: <20210909074828.22093-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/3] update vhos_cbdma test plan,test suite 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" *** BLURB HERE *** Ling, WeiX (3): test_plans/vhost_cbdma_test_plan: modify test plan tests/vhost_cbdma: add new case and optimize code conf/vhost_cbdma: modify config with suite code conf/vhost_cbdma.cfg | 34 +- test_plans/vhost_cbdma_test_plan.rst | 159 +++++++-- tests/TestSuite_vhost_cbdma.py | 485 ++++++++++++++------------- 3 files changed, 410 insertions(+), 268 deletions(-) Tested-by: Wei Ling