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 764A2A00C4; Thu, 5 May 2022 10:16:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57C2E427F1; Thu, 5 May 2022 10:16:13 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BB5EA40C35 for ; Thu, 5 May 2022 10:16:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651738571; x=1683274571; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=qcREK0i15L44Wa9qSd0SGYsAS1GpkFhKZ0+AeBhQWfY=; b=Ti7hBJchFuyzGoDQNgTD5YXRBaxtdTbId530gMvyvJcMvSgB2fokEGKk cmxwK+Bpwnx9Cd0vZifCkpjm49RlJBxKf/Xi4r1jYw+BYYzqIWVZDCY3v I8cjrxESWL6N7ZNkY9pZscipLl6Bz8iZlOTQDazQUQEF087i+81kPRz4z iPMtXGQ5pc1ud3rHlzyr8MLlqZhx/53fb1+23hKwsmi+NP/JA3FY9CEQC 0WXLLyTPoU4E+w2Pz7DHq9reqKXR/iVWWWVuiSIwbKMvX8oVEfi45HhsF g5BRVenCAO02eZ5hTRFVS+OhrijBz0NTcfSFlqriowsJw/q6GMYAeFycA w==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="331027797" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="331027797" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 01:16:10 -0700 Message-Id: <8ea9f5$l4009j@fmsmga001-auth.fm.intel.com> Date: 05 May 2022 01:16:09 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="708837686" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 01:16:09 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 4/4] conf/vswitch_pvp_multi_paths_performance_with_cbdma: add vswitch_pvp_multi_paths_performance_with_cbdma config file From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220422085038.1562496-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, 22 Apr 2022 16:50:38 +0800, Wei Ling wrote: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > add new testsuite vswitch_pvp_multi_paths_performance_with_cbdma for > coverage the dpdk-vhost pvp multi paths performance test with cbdma. > 1) Add testsuite config file > conf/vswitch_pvp_multi_paths_performance_with_cbdma. > > Signed-off-by: Wei Ling Series applied, thanks