From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 14FFA1B223 for ; Mon, 9 Oct 2017 19:34:29 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 09 Oct 2017 10:34:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908239629" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 10:34:28 -0700 To: Mark Kavanagh , dev@dpdk.org Cc: ajit.khaparde@broadcom.com References: <1507557570-11483-1-git-send-email-mark.b.kavanagh@intel.com> From: Ferruh Yigit Message-ID: <6fec0ca0-4adc-9f35-0e2b-ec6d7a17b1d9@intel.com> Date: Mon, 9 Oct 2017 18:34:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507557570-11483-1-git-send-email-mark.b.kavanagh@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation 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: Mon, 09 Oct 2017 17:34:30 -0000 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.