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 C9374A00BE; Thu, 5 May 2022 07:13:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1DBE40689; Thu, 5 May 2022 07:13:55 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 0B6A240042 for ; Thu, 5 May 2022 07:13:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651727634; x=1683263634; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=RibtYsPFKqNMQxPgFoxIMu3hxqZwlGMvbv1+TVpnw2s=; b=YSGCcn+vMi8xdKRGfS+rU4zWjjWQ0J18vQ+CCwSF9WIVOijToG59ai30 t/zcLy6azKNqi8WH3OrTPJV25YkX+dQ4qLyfc9xll0Pcb8lEUnUtmZQL7 TNmCNymECXb1xWP3hJVBXxgAEOumdMAx5J5RpIpr44XQs2NPGRqAnHYDp QkZ14YQrgPjtX/kj80cIfj9s9X5s0ZAyCMKJdrXi2DY7HW4mBp1NOD8eX Nvi7+ieRkB1oOUXKGUaMC0BXebm8+osicdfV7Qf3y/jaO2uKZrAA3n4el c8H4pCGiozQfzzU10x3bBqZFDsK4eO43YGhUA6aagoI5kBgFsabaP1HFu A==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="249980765" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="249980765" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:13:52 -0700 Message-Id: <003cea$he0s9v@orsmga008-auth.jf.intel.com> Date: 04 May 2022 22:13:51 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585134403" 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:13:51 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/loopback_virtio_user_server_mode_cbdma: add loopback_virtio_user_server_mode_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220429081321.21817-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 08:13:21 +0000, Wei Ling wrote: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > add new testsuite loopback_virtio_user_server_mode_cbdma for coverage the > loopback virtio-user server mode with cbdma. > 1) Add new testsuite TestSuite_loopback_virtio_user_server_mode_cbdma.py > into tests. > > Signed-off-by: Wei Ling Series applied, thanks