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: [email protected] Reported-by: Erik Gabriel Carrillo <[email protected]> Signed-off-by: Bruce Richardson <[email protected]> Signed-off-by: Pablo de Lara <[email protected]> --- 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

