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 891A2A00C3; Tue, 19 Apr 2022 10:05:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82B6840687; Tue, 19 Apr 2022 10:05:16 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5B4A94014F for ; Tue, 19 Apr 2022 10:05:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650355515; x=1681891515; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=S7Cc+4fSyjf2ohUb83TlN2PB3qwC8GQZRxjBki2IuH4=; b=OAJWvE4PjoUKBvQ3RoMukWGC2RmrGr7kOV2/2oQ9l1ngdvGb+AZBscEL 2gLncdoY+VWiwLCzvid7hUUH1RCW6EueJfTYDZ+kfElNolx5hQwbCXqI7 ycXX4LAeHW6fp4jiw1BB46jaozTEyCbU0uzvT4GVd3qgwkQtahxq/d82r JFhuayBX8irPr5HpoNzoIb04eTZhydjuspZrGaTJZKQvULnZiY9ta60A5 /HPuk3U9GJ+aiJGphVLehN5PpR+sBrBxA3nN9xcQX6nF5uTWrHs3q6DLm UqQ1GmE9p0EV3UpxxmyhqdbsN64Og9Mlf4bXc6amL24Gpcc5beLxlimKL g==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="288803254" X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="288803254" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 01:05:14 -0700 X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="575979003" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 01:05:09 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] modify testplan testsuite and config file by DPDK22.03 change Date: Tue, 19 Apr 2022 16:05:05 +0800 Message-Id: <20220419080505.1157901-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), 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 DPDK22.03 change tests/vhost_cbdma: modify testsuite by DPDK22.03 change conf/vhost_cbdma: modify testsuite config file by DPDK22.03 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