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 2E7A9A0032; Fri, 22 Apr 2022 12:01:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2899B4067B; Fri, 22 Apr 2022 12:01:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 5EEFE40042 for ; Fri, 22 Apr 2022 12:01:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650621714; x=1682157714; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HsIPeis6ZarQgQJYaDNiAYNd4J4GNSaUJVIaJ9QT394=; b=X0OMHCIlF38uu/ruCe1YPNxzLj0BU9BB5BZPLfooZSr5mBtGojZH8UAK smoE/wbClqu8cSaPujDeThUZ2XHijvsQTJONY+O0VqbwIINUwjrOIv/fm tllxMnG8sbvHL+erJMjNoEH1LaxGZrOB1M24kOuU8OhV4PsTXFrxlljzl QxV6jt+evWCVwnx+lI8mcVqSCBmZxZMeVHZz/U6+BdVydjU/NawWUmOAx 7D4t+xFiu5kKPeFTh7V+23ZK9nsPXRHX1Ox+d9IQS8XY8Opdlg0ral8fw PFDrX13+zr+avtzx37IT0mOQocfmjgrDYxM/WCVaXEB3e2+02Ehz/CcjI g==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="264805344" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="264805344" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 03:01:53 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="703492115" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 03:01:52 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] Modify vhost_cbdma testplan testsuite and Date: Fri, 22 Apr 2022 18:01:47 +0800 Message-Id: <20220422100147.1565248-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), so modify vhost_cbdma testplan, testsuite and config file by DPDK22.03 Lib change. Wei Ling (3): test_plans/vhost_cbdma_test_plan: modify testplan by DPDK command change tests/vhost_cbdma: modify testsuite by DPDK command change conf/vhost_cbdma: modify testsuite config file by testcase change conf/vhost_cbdma.cfg | 242 ++- test_plans/vhost_cbdma_test_plan.rst | 1414 +++++++++++--- tests/TestSuite_vhost_cbdma.py | 2567 +++++++++++++++++++------- 3 files changed, 3190 insertions(+), 1033 deletions(-) -- 2.25.1