From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/5] Elastic Flow Distributor Date: Mon, 16 Jan 2017 16:08:20 +0100 Message-ID: <1799957.JiILDpCpzZ@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) by dpdk.org (Postfix) with ESMTP id 77C29DE5 for ; Mon, 16 Jan 2017 16:08:22 +0100 (CET) Received: by mail-lf0-f43.google.com with SMTP id n124so16830083lfd.2 for ; Mon, 16 Jan 2017 07:08:22 -0800 (PST) In-Reply-To: <1484559804-133610-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Unfortunately, it does not build: 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' Configuration tested: x86_64-native-linuxapp-clang+shared+next+debug