From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 12:24:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="1204375858" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by fmsmga001.fm.intel.com with ESMTP; 10 Oct 2017 12:24:30 -0700 To: santosh , Pablo de Lara , jerin.jacob@caviumnetworks.com Cc: dev@dpdk.org References: <20171010043702.36498-1-pablo.de.lara.guarch@intel.com> <01bc6429-9e25-de04-7ba9-e18c6492d172@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Tue, 10 Oct 2017 20:24:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <01bc6429-9e25-de04-7ba9-e18c6492d172@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/octeontx/base: fix icc build 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: Tue, 10 Oct 2017 19:24:33 -0000 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.