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 C0008A00C4; Thu, 5 May 2022 09:45:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A044840C35; Thu, 5 May 2022 09:45:36 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id A331540042 for ; Thu, 5 May 2022 09:45:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651736735; x=1683272735; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=XMSze9R0L2ujDIzfWWzN3BkZcFJgMx+ZhjvuqozedKI=; b=DZvIOtCV3vtKhdIlG/Fa9JiEL0pw3vQSIEGGK4dTlBM9eOBlex7OS5iy O8vsS0AsOX6OiBzJ9uUBknDoDh7E+WHR8f+bi98Nlecd3pAk8sNDzKHkX lEClLZDIEFVwZd3pPIWTY/VxaPzKJBQv5YMPdpPZq/88/QLERMmLpr54U uvWRsDsZZ6H7LBQbVlVks50aH180y/lsabqXuQDvJtxQJs3RqxRVRa9j+ EaqEO1sU9V1riFBch7QjXKijP1LpzWBJpKEciosgKWMn+CwbjS4GLvKuq W6DHFck0rfSIg0DNoolpQrDw93G/BHqFDQZ5qHIMGF8p52gftvJA/ie7Z Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="328572271" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="328572271" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 00:45:34 -0700 Message-Id: <003cea$he2lou@orsmga008-auth.jf.intel.com> Date: 05 May 2022 00:45:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585193257" 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; 05 May 2022 00:45:33 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V3 3/3] conf/vhost_cbdma: modify testsuite config file by testcase name change From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220505065909.68601-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 Thu, 5 May 2022 06:59:09 +0000, Wei Ling wrote: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > modify vhost_cbdma config file by DPDK22.03 Lib and testcase name > change. > > Signed-off-by: Wei Ling Series applied, thanks