From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bnxt: fix compilation Date: Tue, 10 Oct 2017 17:45:35 +0100 Message-ID: <413d7979-b19a-679c-a2b5-6e0c23a24cb6@intel.com> References: <1507557570-11483-1-git-send-email-mark.b.kavanagh@intel.com> <6fec0ca0-4adc-9f35-0e2b-ec6d7a17b1d9@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: "ajit.khaparde@broadcom.com" To: "Kavanagh, Mark B" , "dev@dpdk.org" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A66B71B304 for ; Tue, 10 Oct 2017 18:45:37 +0200 (CEST) In-Reply-To: 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 8:40 AM, Kavanagh, Mark B wrote: >> From: Yigit, Ferruh >> Sent: Monday, October 9, 2017 6:34 PM >> To: Kavanagh, Mark B ; dev@dpdk.org >> Cc: ajit.khaparde@broadcom.com >> Subject: Re: [PATCH] net/bnxt: fix compilation >> >> On 10/9/2017 2:59 PM, Mark Kavanagh wrote: >>> As of 5ef3b79fdfe6f, compilation of DPDK fails with the following >>> error message: >>> "bnxt_filter.c:960:117: error: ‘vnic’ may be used uninitialized in this >>> function [-Werror=maybe-uninitialized]". >>> >>> Resolve this by initializing 'vnic' to NULL; >>> >>> Fixes: 5ef3b79fdfe6f ("net/bnxt: support flow filter ops") >> >>> >>> Signed-off-by: Mark Kavanagh >> >> Applied to dpdk-next-net/master, thanks. >> >> Can you please provide compiler and version information? >> I get the commit for now and will update it later with that information. > > Thanks Ferruh - compiler info is as follows: > > gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) Updated commit log, thanks.