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 6161DA00BE; Thu, 5 May 2022 07:35:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3AADD40689; Thu, 5 May 2022 07:35:28 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 6B00F40042 for ; Thu, 5 May 2022 07:35:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651728927; x=1683264927; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=uC0gFvU74n3/ylSzfKSnoxryJr7nv6fLnJ/k9cvoiwI=; b=DNLGrCFHUgaKR3kDOXMLdhKSZNhGvTLdPy839Xs/85T6fD9wTkNxdhtl 8i8TO4N5uUQJMeXrlmGBoYJZiWOJdDBL5/7HcNUbu0yjSbz6NrMuOJWt6 mAOoyL39ax/Ejai599GycUrxCvOeqc/dJwGj+DpEv9oRq+hmBUDFj3/FI KUrD2ANklvq1Z7nUascqLVJrIDu6lxJgTQnEVMXOr0u9PPGSoo6CbYQ8e RevIpNUEcVV6c36gp/tYVgfZ1qCSC1OArM2u9edVKXUQE4mbr7IwLALfh wK2iHeCIAmT1L8HKjx6rDWtTinANZcKpnsxFlqIYss/USK014fZkizS/A w==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="248537261" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="248537261" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:35:26 -0700 Message-Id: <87f1b2$govoe8@orsmga007-auth.jf.intel.com> Date: 04 May 2022 22:35:25 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="563077578" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:35:25 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/virtio_net_perf_cbdma: add vm2vm_virtio_net_perf_cbdma testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220429080358.21426-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:03:58 +0000, Wei Ling wrote: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > add new testsuite vm2vm_virtio_net_perf_cbdma for coverage the vm2vm > split ring and packed ring path test with cbdma. > 1) Add new testsuite TestSuite_vm2vm_virtio_net_perf_cbdma.py into tests. > > Signed-off-by: Wei Ling Series applied, thanks