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 166A3A00C4; Thu, 5 May 2022 08:58:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18DB140C35; Thu, 5 May 2022 08:58:41 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 0A39D40042 for ; Thu, 5 May 2022 08:58:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651733919; x=1683269919; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+5WWuXQ+UB7b3ymu/YxFGeayliGuq4hkn4Tkhh8FKts=; b=eQ1A0+akUV0BgKgd9p0DNw2xaLi4I2VdEgEC+2fWWyr0D3WtrmG6060a 0U7ynoS6S0SzCpmwmy3jWyBTVZtcFUnwN5KdE8kcN/ONdomQUX4RygQxU aB9BzKEWtVlFFeiSNQhPYRTDhYvC+PuTcBXYj0NtJhARzF6IRgwUCsQQn kzCKxU6MBLutjIfwY7rwd5si7uMSD0AllJC4LqMf/aLBWcCU4CRNN2JMX yD+k4ydMkS4bl39gKlcLbzr0uFwjq8TOnhyZ2KmCh29unLptdFXw7HJeu 6dcvNGYamXGhsjHi5Rcp5oUPb+FZdswCovuD5/CAlkg67cje+7KMuY46l g==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="248557380" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="248557380" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:58:37 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="694532908" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:58:36 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/3] modify vhost_cbdma by DPDK command change Date: Thu, 5 May 2022 06:58:17 +0000 Message-Id: <20220505065817.68519-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 v1: As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), modify vhost_cbdma testplan by DPDK22.03 Lib change. v2: Modify the `Description` content in test_plan. v3: Fix WARNING info in test_plan. 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 name change conf/vhost_cbdma.cfg | 242 ++- test_plans/vhost_cbdma_test_plan.rst | 1409 +++++++++++--- tests/TestSuite_vhost_cbdma.py | 2567 +++++++++++++++++++------- 3 files changed, 3185 insertions(+), 1033 deletions(-) -- 2.34.1