From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7C1541C743; Mon, 14 May 2018 12:32:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1EEE121FA2; Mon, 14 May 2018 06:32:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 06:32:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=7SKa50MyChZQqv/M2JeyWzcOw7 j7uOnrbMp0kmHz5R8=; b=ey58FIgKvErSKDFZSUswdVZ4ZHEodYRKUVROZ20K1M /tf0smBq590TY5mRpsJvumsxI6M+CVny1wPMI73l4O9McEKWFwlW2/Q9g4UcSmqu llkgE44ugrWarsyVbZKEC1ikRfjpXOwQ15EA1pkRpJAZ6Cz07/bOZqrl/kgQtGWD c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=7SKa50 MyChZQqv/M2JeyWzcOw7j7uOnrbMp0kmHz5R8=; b=WsiLwA/twh4DICfPo89X9W lPvkYJiJ7uNUNlytsBasALDNf78GeLMynCg2mFtBi+JScWVtvBiHC7+QfZP7bQon NVGZjmClVI8FnW1J3gE/RDO8hpsl7i1BPTMiGNgjaHZy8ahUV3TpT7cs6Cmmac1j UH36y/Oi/Za4imozyHCuER+uLumkqbsHWI/dl6XPEur9tijGvmd/Ve1RFaUI7EQH mnhE/PIKmugWpih8JsViA3KSCAD4DZvk5PiFPqHNoka8+Rbl3VqF5BKBoYat7E9e OaYwb8FpAsJ/XMiH+KoWyHkPKNBoHdClbl0eT55QejoZ17MPYIXEMh8YLrXkkprw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 841FAE4443; Mon, 14 May 2018 06:32:01 -0400 (EDT) From: Thomas Monjalon To: "Xu, Rosen" , "Zhang, Tianfei" Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Zhang, Roy Fan" , "Doherty, Declan" , "Richardson, Bruce" , "shreyansh.jain@nxp.com" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Liu, Song" , "Wu, Hao" , "gaetan.rivet@6wind.com" , "stable@dpdk.org" Date: Mon, 14 May 2018 12:32:00 +0200 Message-ID: <6974729.VdOYLh4RhR@xps> In-Reply-To: References: <1521553556-62982-1-git-send-email-rosen.xu@intel.com> <1526291917-101578-1-git-send-email-rosen.xu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] raw/ifpga/base: fix compile error on ia32 icc compiler 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: , X-List-Received-Date: Mon, 14 May 2018 10:32:03 -0000 > > From: "Zhang, Tianfei" > > > > fix compile error on ia32 icc compiler > > This is also applicable for 64-bit icc compilation. > > > > > Fixes: 56bb54ea1bdf ("raw/ifpga: add Intel FPGA bus rawdev driver") > > Cc: stable@dpdk.org > > No need to cc stable, as this is fixing code from this release. > > > > > Signed-off-by: Zhang, Tianfei > > Tested-by: Pablo de Lara Applied, thanks