From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool/octeontx: fix icc build Date: Mon, 09 Oct 2017 16:19:10 +0200 Message-ID: <3575708.tvB1OHfhZt@xps> References: <20171009052159.19153-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com, jerin.jacob@caviumnetworks.com To: Pablo de Lara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6B7A61B1B5 for ; Mon, 9 Oct 2017 16:19:12 +0200 (CEST) In-Reply-To: <20171009052159.19153-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/10/2017 07:21, Pablo de Lara: > drivers/mempool/octeontx/octeontx_fpavf.c(789): > error #592: variable "fpa" is used before its value is set > RTE_SET_USED(fpa); > > Fixes: 1c842786fe6c ("mempool/octeontx: probe fpavf PCIe devices") > > Signed-off-by: Pablo de Lara Applied, thanks