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 D72C9A0507; Fri, 1 Apr 2022 12:22:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B31E142911; Fri, 1 Apr 2022 12:22:50 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D82674067E for ; Fri, 1 Apr 2022 12:22:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648808569; x=1680344569; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=gbEo5fX48TAjnaZ+8hytBgoGN9a2O5qQGQSuBclb8lE=; b=U6t6UHbc1JhosEZYpTN7uZNozvAfx2ymTaVKUpVC0oh8qe4CKPLJm094 QK+7vQxek4gjyx5bi5V/LqdAoPy3NK1vbXtKp+NPUpHnvXpE4orqqPWk6 xsN/Qo4SQADPz3IXnRIYxao4ksnKCj2aP4HVL7NnkV0n5HgA3BOjQVJaP xTGjlmGPhSrOZMs5LpUHtx8Ut9/3bPMrk/CTFTVsrODiBXoTBmK4aTM8W teJtbviuQTuAM0UjOBOEniI7O6YoJJX12VpwdGO+RM3iANmYcKyQLl9LS E07GEByg6kyhszvyGbnWx54v15RFzYoYmnAKWidlq3k+VKDVOTC0/5KSE Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="247606862" X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="247606862" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 03:22:36 -0700 X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="567367117" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 03:22:34 -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 18:22:30 +0800 Message-Id: <20220401102230.309389-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 | 1392 +++++++++++--- tests/TestSuite_vhost_cbdma.py | 2567 +++++++++++++++++++------- 3 files changed, 3168 insertions(+), 1033 deletions(-) -- 2.25.1