From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 56E084D3A; Mon, 27 Aug 2018 13:20:49 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2018 04:20:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,295,1531810800"; d="scan'208";a="68148667" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga007.jf.intel.com with ESMTP; 27 Aug 2018 04:17:37 -0700 To: Shreyansh Jain , Hemant Agrawal , dev@dpdk.org Cc: keith.wiles@intel.com, stable@dpdk.org, pablo.de.lara.guarch@intel.com, "ajit.khaparde@broadcom.com >> Ajit Khaparde" References: <1534757232-7679-1-git-send-email-hemant.agrawal@nxp.com> <1535359943-20170-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <21b61882-c8ff-7561-994f-b0947d933fb2@intel.com> Date: Mon, 27 Aug 2018 12:17:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] bus/fslmc: fix the undefined ref of rte dpaa2 memsegs 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, 27 Aug 2018 11:20:50 -0000 On 8/27/2018 10:33 AM, Shreyansh Jain wrote: > On Monday 27 August 2018 02:22 PM, Hemant Agrawal wrote: >> This patch fix the undefined reference issue with rte_dpaa2_memsegs >> when compiled in shared lib mode with EXTRA_CFLAGS="-g -O0" >> >> Bugzilla ID: 61 >> Fixes: 365fb925d3b3 ("bus/fslmc: optimize physical to virtual address search") >> Cc: stable@dpdk.org >> >> Signed-off-by: Hemant Agrawal >> Reported-by: Keith Wiles >> --- >> v2: add bugzilla id > > Acked-by: Shreyansh Jain Applied to dpdk/master, thanks.