From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 1/5] efd: new Elastic Flow Distributor library Date: Tue, 17 Jan 2017 22:11:01 +0100 Message-ID: <3172369.lug0zW2KL3@xps13> References: <1484559804-133610-1-git-send-email-pablo.de.lara.guarch@intel.com> <1484594519-227376-1-git-send-email-pablo.de.lara.guarch@intel.com> <1484594519-227376-2-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, Byron Marohn , Saikrishna Edupuganti To: Pablo de Lara Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 66BB2108F for ; Tue, 17 Jan 2017 22:11:03 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id r144so243000266wme.1 for ; Tue, 17 Jan 2017 13:11:03 -0800 (PST) In-Reply-To: <1484594519-227376-2-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" 2017-01-16 19:21, Pablo de Lara: > +# this lib depends upon: > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_mbuf > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_mempool > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_eal > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ether > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ring copy/paste spotted I think only EAL and ring are needed.