From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2] bus/fslmc: fix the undefined ref of rte dpaa2 memsegs Date: Mon, 27 Aug 2018 15:03:05 +0530 Message-ID: References: <1534757232-7679-1-git-send-email-hemant.agrawal@nxp.com> <1535359943-20170-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: keith.wiles@intel.com, stable@dpdk.org, pablo.de.lara.guarch@intel.com, "ajit.khaparde@broadcom.com >> Ajit Khaparde" To: Hemant Agrawal , dev@dpdk.org Return-path: In-Reply-To: <1535359943-20170-1-git-send-email-hemant.agrawal@nxp.com> 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 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