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 96F0FA0503; Fri, 1 Apr 2022 09:52:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 623754067E; Fri, 1 Apr 2022 09:52:29 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 6F9124014F for ; Fri, 1 Apr 2022 09:52:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648799548; x=1680335548; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PZf9/aSugl427vCdXtg+1wrj3onSeBy0dIyfN731RdQ=; b=YqWKsO0ExmUN+UK2TVSfzl8iQAJT7wBAnA0Tv1tRajNZUKb7dF4LgobE fOsDUVG+BUrR5aPmStRm9hbR/ltmm2tZw+aQw8y+ver/A/jIvf3bGf3Su evzZiv/+IKwf+DAdCbWjGfcFTMyQkzYfL96FO0PeWW7BbTcTIpVUwswRf 5F/miq0lAcmwkf5LpySEFq5XBXyKe4bWpIlu40gB9iq+dPAaBpWxIPGEr EuMQsHhNhtQauudM/5/IQlx81wgg40/nPTgG0j9PgqnK2QtTutVayPgWW SHpVW8d8VkkHrLSGqYw/xUenvfG8mP9xmq5Y5TI6vOtG1D3Z67Odo2+U+ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="260056129" X-IronPort-AV: E=Sophos;i="5.90,226,1643702400"; d="scan'208";a="260056129" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 00:52:27 -0700 X-IronPort-AV: E=Sophos;i="5.90,226,1643702400"; d="scan'208";a="547697707" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 00:52:26 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] modify testplan testsuite and config file by DPDK22.03 change Date: Fri, 1 Apr 2022 15:52:21 +0800 Message-Id: <20220401075221.4175662-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 testsuit 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 | 1392 +++++++++++--- tests/TestSuite_vhost_cbdma.py | 2567 +++++++++++++++++++------- 3 files changed, 3168 insertions(+), 1033 deletions(-) -- 2.25.1