From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87618A09D3; Thu, 12 Nov 2020 17:02:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 69888592C; Thu, 12 Nov 2020 17:02:20 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 063F456A3 for ; Thu, 12 Nov 2020 17:02:17 +0100 (CET) IronPort-SDR: JUN51wJwJF+QuXY6IVtK2SqnZNQq4ZDVkfClGL4Vjw1jrx0bgzHguoHsNGw1rKuG0B7q0zDe4I pM3dxfl4+Jvg== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="170436803" X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="170436803" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 08:01:56 -0800 IronPort-SDR: DqMDmEAeodKUUx/ZY6zisJcgkof1wMC64n4v60w6vKqoQOYk5OPpbPHQfWHKsAXAaRtXo/lVrA mJilO9UJMQaQ== X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="542307689" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.3.153]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 12 Nov 2020 08:01:53 -0800 Date: Thu, 12 Nov 2020 16:01:50 +0000 From: Bruce Richardson To: Cheng Jiang Cc: maxime.coquelin@redhat.com, chenbo.xia@intel.com, dev@dpdk.org, patrick.fu@intel.com, YvonneX.Yang@intel.com, david.marchand@redhat.com, Jiayu.Hu@intel.com Message-ID: <20201112160150.GB1322@bricha3-MOBL.ger.corp.intel.com> References: <20201111111957.46090-1-Cheng1.jiang@intel.com> <20201112154902.54383-1-Cheng1.jiang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201112154902.54383-1-Cheng1.jiang@intel.com> Subject: Re: [dpdk-dev] [PATCH v5] examples/vhost: fix ioat dependency issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Nov 12, 2020 at 03:49:02PM +0000, Cheng Jiang wrote: > Fix vhost-switch compiling issue when ioat dependency is missing. > Change 'RTE_x86' check into 'RTE_RAW_IOAT' check in meson build file. > Use 'RTE_RAW_IOAT' to control conditional compiling in source file. > Clean some codes. > > Fixes: abec60e7115d ("examples/vhost: support vhost async data path") > Fixes: 3a04ecb21420 ("examples/vhost: add async vhost args parsing") > > Signed-off-by: Cheng Jiang > --- Acked-by: Bruce Richardson