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

2019-01-03 Thread Ferruh Yigit
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

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

2018-12-26 Thread Jerin Jacob Kollanukkaran
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_mb