From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B8BD011DE for ; Tue, 17 Jan 2017 09:34:27 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 17 Jan 2017 00:34:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,243,1477983600"; d="scan'208";a="1095090387" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 17 Jan 2017 00:34:25 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Jan 2017 08:34:24 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx155.ger.corp.intel.com ([169.254.14.204]) with mapi id 14.03.0248.002; Tue, 17 Jan 2017 08:34:24 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 0/5] Elastic Flow Distributor Thread-Index: AQHSb9zCvsqH0zVQGk+KOTzO1dWUFqE7NQUAgAEkKQA= Date: Tue, 17 Jan 2017 08:34:23 +0000 Message-ID: References: <1484481875-126335-1-git-send-email-pablo.de.lara.guarch@intel.com> <1484559804-133610-1-git-send-email-pablo.de.lara.guarch@intel.com> <1799957.JiILDpCpzZ@xps13> In-Reply-To: <1799957.JiILDpCpzZ@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjg4OGYzMWMtOGRhNi00OWNlLWE5ZjUtZTk1Yzc4Yjc2OTljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJwY2pjNzNseDZSQThIXC8yeXJSK0VrNW5qVXpTK0tWZVBpQVIyeHZxQjMwPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/5] Elastic Flow Distributor X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 08:34:28 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, January 16, 2017 3:08 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 0/5] Elastic Flow Distributor >=20 > Unfortunately, it does not build: >=20 > rte_efd.o: In function `rte_efd_create': > lib/librte_efd/rte_efd.c:(.text+0xed): undefined reference to `log2' > lib/librte_efd/rte_efd.c:(.text+0x51b): undefined reference to > `rte_ring_create' > rte_efd.o: In function `rte_efd_free': > lib/librte_efd/rte_efd.c:(.text+0x739): undefined reference to > `rte_ring_free' >=20 > Configuration tested: x86_64-native-linuxapp-clang+shared+next+debug I fixed that problem in v6 :)