From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v5 1/2] librte_net: add crc compute APIs Date: Tue, 28 Mar 2017 18:07:22 +0000 Message-ID: References: <1490038180-207288-2-git-send-email-jasvinder.singh@intel.com> <1490107540-66614-1-git-send-email-jasvinder.singh@intel.com> <1490107540-66614-2-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "olivier.matz@6wind.com" , "Doherty, Declan" To: "De Lara Guarch, Pablo" , "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 570F8201 for ; Tue, 28 Mar 2017 20:07:25 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@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.matz@6wind.com; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH v5 1/2] librte_net: add crc compute APIs >=20 > 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_enabl= ed' rte_net_crc.o: In function `rte_net_crc_init': rte_net_crc.c:(.text.startup+0x15c): undefined reference to `rte_cpu_get_fl= ag_enabled' collect2: error: ld returned 1 exit status /tmp/dpdk/mk/rte.lib.mk:127: recipe for target 'librte_net.so.1.1' failed >=20