> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Tuesday, March 28, 2017 7:04 PM > To: Singh, Jasvinder; dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH v5 1/2] librte_net: add crc compute APIs > > Hi Jasvinder,
There is also an issue when compiling the net library as a shared library. rte_net_crc.o: In function `rte_net_crc_set_alg': rte_net_crc.c:(.text+0x502): undefined reference to `rte_cpu_get_flag_enabled' rte_net_crc.o: In function `rte_net_crc_init': rte_net_crc.c:(.text.startup+0x15c): undefined reference to `rte_cpu_get_flag_enabled' collect2: error: ld returned 1 exit status /tmp/dpdk/mk/rte.lib.mk:127: recipe for target 'librte_net.so.1.1' failed >