[dpdk-dev] [PATCH] net/ice: fix build with debug enabled

Ferruh Yigit ferruh.yigit at intel.com
Thu Jan 3 13:41:32 CET 2019


On 12/27/2018 6:06 AM, Jerin Jacob Kollanukkaran wrote:
> When RTE_LIBRTE_MBUF_DEBUG enabled, rte_mbuf_sanity_check()
> function defined in rte_mbuf.so library,
> add it while linking the librte_pmd_ice.so library to fix
> the build issue.
> 
> error log:
> /usr/bin/ld: ice_rxtx.o: in function `ice_recv_pkts':
> ice_rxtx.c:(.text+0x1d97): undefined reference to
> `rte_mbuf_sanity_check'
> /usr/bin/ld: ice_rxtx.o: in function
> `ice_tx_queue_release_mbufs':
> ice_rxtx.c:(.text+0x21e0): undefined reference to
> `rte_mbuf_sanity_check'
> /usr/bin/ld: ice_rxtx.c:(.text+0x22b3): undefined reference
> to `rte_mbuf_sanity_check'
> /usr/bin/ld: ice_rxtx.c:(.text+0x24a0): undefined reference
> to `rte_mbuf_sanity_check'
> /usr/bin/ld: ice_rxtx.c:(.text+0x2640): undefined reference
> to `rte_mbuf_sanity_check'
> /usr/bin/ld: ice_rxtx.o:ice_rxtx.c:(.text+0x299f):
> more undefined references to `rte_mbuf_sanity_check' follow
> 
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>

    Fixes: 50370662b727 ("net/ice: support device and queue ops")

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list