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 AE55FA00BE; Thu, 5 May 2022 07:37:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A72FC40689; Thu, 5 May 2022 07:37:14 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 3889940042 for ; Thu, 5 May 2022 07:37:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651729033; x=1683265033; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4/YC4w5NF2c7RD39aHEmgRYaG3gkhP7fUBItuTppHuc=; b=XLs7dXoSeuXSyl8NFPAnuxaSbH0cjp7bgkV54qxkWA0pdF/oKCH1Cxqi BAz6Ax0dDQ3idYm+KO7Aht8ifzkI0xwNBCaW1uU79cF2KEFbarQKCUhdI VbwpPISIFv39URzLu+8GY4febYZ4XwrnIAyS4UmDckhCCoh1UyzmTNVHI Dc859YDBqHLii5v6IrYTXHJb6jlsrN/CaXfFVC+NkJT7oblLYO1Akz2hZ khJyv/JFnp8J70TGcC6G3hcI44BN9mYBEYwpxGoRP5/akNCoz8BcDNQII KPMxlIsneUG2HCkhktptcK3uGzVVPa02F2+pT6ZfDMRWkavMn1jczlGUB Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="265597530" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="265597530" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:37:12 -0700 Message-Id: <003cea$he13km@orsmga008-auth.jf.intel.com> Date: 04 May 2022 22:37:10 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585141913" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:37:10 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/basic_4k_pages_cbdma: add basic_4k_pages_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220429075736.21043-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Fri, 29 Apr 2022 07:57:36 +0000, Wei Ling wrote: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > add new testsuite basic_4k_pages_cbdma for coverage the pvp > virtio-user 4k pages with cbdma. > 1) Add new testsuite TestSuite_basic_4k_pages_cbdma.py into tests. > > Signed-off-by: Wei Ling Series applied, thanks