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

Shreyansh Jain shreyansh.jain at nxp.com
Thu Aug 23 07:30:29 CEST 2018


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/

-
Shreyansh





More information about the dev mailing list