3605968c2f
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 Reported-by: Keith Wiles <keith.wiles@intel.com> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
17 lines
185 B
Plaintext
17 lines
185 B
Plaintext
DPDK_17.05 {
|
|
global:
|
|
|
|
rte_dpaa2_bpid_info;
|
|
rte_dpaa2_mbuf_alloc_bulk;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_18.05 {
|
|
global:
|
|
|
|
rte_dpaa2_mbuf_from_buf_addr;
|
|
rte_dpaa2_mbuf_pool_bpid;
|
|
|
|
} DPDK_17.05;
|