From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] raw/ifpga/base: fix compile error on ia32 icc compiler Date: Mon, 14 May 2018 12:32:00 +0200 Message-ID: <6974729.VdOYLh4RhR@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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" To: "Xu, Rosen" , "Zhang, Tianfei" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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