From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/octeontx/base: fix icc build Date: Tue, 10 Oct 2017 20:24:30 +0100 Message-ID: References: <20171010043702.36498-1-pablo.de.lara.guarch@intel.com> <01bc6429-9e25-de04-7ba9-e18c6492d172@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: santosh , Pablo de Lara , jerin.jacob@caviumnetworks.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 007221B2F4 for ; Tue, 10 Oct 2017 21:24:32 +0200 (CEST) In-Reply-To: <01bc6429-9e25-de04-7ba9-e18c6492d172@caviumnetworks.com> Content-Language: en-US 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 10/10/2017 2:33 PM, santosh wrote: > > On Tuesday 10 October 2017 10:07 AM, Pablo de Lara wrote: >> drivers/net/octeontx/base/octeontx_pkovf.c(527): >> error #592: variable "i" is used before its value is set >> RTE_SET_USED(i); >> >> Fixes: ab4f789560c4 ("net/octeontx/base: probe PKI and PKO PCIe VF devices") >> >> Signed-off-by: Pablo de Lara >> --- > > Acked-by: Santosh Shukla Squashed into relevant commit in next-net, thanks.