[dpdk-dev] [PATCH] bus/fslmc: fix shared build

Ajit Khaparde ajit.khaparde at broadcom.com
Fri Aug 24 20:12:17 CEST 2018


On Wed, Aug 22, 2018 at 10:31 PM Shreyansh Jain <shreyansh.jain at nxp.com>
wrote:

> On Tuesday 21 August 2018 04:55 PM, Pablo de Lara wrote:
> > When building DPDK as shared library, disabling optimizations,
> > the following compilation issue appears:
> >
> > portal/dpaa2_hw_dpio.o: In function `dpaa2_mem_ptov':
> > drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:289: undefined reference to
> `rte_dpaa2_memsegs'
> > ...
> >
> > Bugzilla ID: 61
> > Fixes: 365fb925d3b3 ("bus/fslmc: optimize physical to virtual address
> search")
> > Cc: stable at dpdk.org
> >
> > Reported-by: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> > ---
> >   drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c            | 7 +++++++
> >   drivers/bus/fslmc/rte_bus_fslmc_version.map         | 1 +
> >   drivers/mempool/dpaa2/dpaa2_hw_mempool.c            | 7 -------
> >   drivers/mempool/dpaa2/rte_mempool_dpaa2_version.map | 1 -
> >   4 files changed, 8 insertions(+), 8 deletions(-)
> >
>
> Another patch for same issue was already submitted by Hemant a few days
> back: http://patches.dpdk.org/patch/43788/

If Hemant's patch is going to make it in:
Hemant, can you add the Bugzilla ID in the commit message?

Thanks


>
>
> -
> Shreyansh
>
>
>
>


More information about the dev mailing list