From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C5AE21B1DF; Wed, 10 Jan 2018 13:09:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 04:09:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,339,1511856000"; d="scan'208";a="165643950" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga004.jf.intel.com with ESMTP; 10 Jan 2018 04:09:25 -0800 To: Thomas Monjalon , Allain Legacy , Matt Peters , Alejandro Lucero Cc: dev@dpdk.org, Stephen Hemminger , stable@dpdk.org References: <20171219063840.18981-1-stephen@networkplumber.org> <20180109121057.59750-1-ferruh.yigit@intel.com> <20180109121057.59750-7-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: <2536f52d-62c4-1949-a516-afacb2faf6d8@intel.com> Date: Wed, 10 Jan 2018 12:09:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180109121057.59750-7-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 07/12] net/nfp: fix build when debug enabled 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: Wed, 10 Jan 2018 12:09:29 -0000 On 1/9/2018 12:10 PM, Ferruh Yigit wrote: > build error: > .../drivers/net/nfp/nfp_net.c:1497:8: error: > ‘dev_data’ undeclared (first use in this function); did you mean > ‘dev_t’? > dev_data->port_id); > ^ > > Fixes: 7ccf1115f0ab ("net/nfp: fix jumbo settings") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit This one squashed with the relevant commit in next-net.