From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id B2920532D for ; Sun, 9 Jun 2013 19:16:47 +0200 (CEST) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r59HGtKf018895 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 9 Jun 2013 10:16:55 -0700 (PDT) Received: from ALA-MBA.corp.ad.wrs.com ([169.254.2.88]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.02.0342.003; Sun, 9 Jun 2013 10:16:55 -0700 From: "Wiles, Roger Keith" To: Gal Sagie Thread-Topic: [dpdk-dev] problem with rte_hash Thread-Index: AQHOZSEJRcRqdn0HIEyk+69/8Lp37ZkuFV0A Date: Sun, 9 Jun 2013 17:16:54 +0000 Message-ID: <4FF8E6AB-221F-4784-A7FF-F7E54147012A@windriver.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.40.165] Content-Type: multipart/alternative; boundary="_000_4FF8E6AB221F4784A7FFF7E54147012Awindrivercom_" MIME-Version: 1.0 Cc: "" Subject: Re: [dpdk-dev] problem with rte_hash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 17:16:48 -0000 --_000_4FF8E6AB221F4784A7FFF7E54147012Awindrivercom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Could this problem be a circular linker problem, try duplicating the librar= ies on the link line again and see if that fixes the problem. In GCC you al= so have the option --start-group and --end-group to force the linker to res= olve relink these libs until all of the dependences have been resolved. In the mk/rte.app.mk makefile fragment is an example of these options. I hope this helps. Thank you, ++Keith ------------------------------- Keith Wiles Principal Technologist for Networking cell 972-213-5533 Wind River Systems On Jun 9, 2013, at 9:52 AM, Gal Sagie > wrote: rte_cpu_get_flag_enabled --_000_4FF8E6AB221F4784A7FFF7E54147012Awindrivercom_ Content-Type: text/html; charset="iso-8859-1" Content-ID: <6AA23948B148FF428B6401DD070FC251@local> Content-Transfer-Encoding: quoted-printable
Hi

Could this problem be a circular linker problem, try duplicating the librar= ies on the link line again and see if that fixes the problem. In GCC you al= so have the option --start-group and --end-group to force the linker to res= olve  relink these libs until all of the dependences have been resolved.

In the mk/rte.app.mk makefile fragment is an example of these options.

I hope this helps.

Thank you, ++Keith
-------------------------------
Keith Wiles
Principal Technologist for Networking
cell 972-213-5533
Wind River Systems


On Jun 9, 2013, at 9:52 AM, Gal Sagie <gal.sagie@gmail.com> wrote:

rte_cpu_get_flag= _enabled

--_000_4FF8E6AB221F4784A7FFF7E54147012Awindrivercom_--