From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2A7B3FAE3 for ; Wed, 18 Jan 2017 20:44:49 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id r126so259940187wmr.0 for ; Wed, 18 Jan 2017 11:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=4iQRH9fd/2CphdFp4dWtmJLOHN+cbnC6w+Bsx7s4Mg0=; b=0Fjm6w2zZ0PmRBRvS+69ChtbFQEst3kTJW75+HQHxWoFH3kIooXcTLtp5tDaAY2Y02 Chrh7u3ZpI/ezErHglqB5SAxFoSpBRDMf+KTGIKn3gkxnp6iKdtQmAOEn9UJUgc7AiKm Xv34rsX/pRvt28OjtPHVP2JCmh8XujsByxDgoMLGGl81+Iuo63Bhm5gfemn/Q9NfPnPK dUpDqZbCam6hl8Qgkni6gPZbbODzxZMfsyMHJ4yGd+vtEWkrV+/m2Ywnk6qMd5aOxJkh y+KEMbTE/Ft2C14S8iPLfOpE/WIYAANqZ9qvQlRwj59mQDywu6KND7riw4XFis5wlk+L jCZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=4iQRH9fd/2CphdFp4dWtmJLOHN+cbnC6w+Bsx7s4Mg0=; b=lITDb1aO0f/QTOZ2cp3mXrpieqw9MdEuss0my5XiST0/hSFvyiVNZTYmbtN/4PrLEz m+ojn9kmsXUeMknjbsVK962+dbqdTpl/kzsiRBAVEarnevDEot7DK8DMGmNUU2D9rxmj A31Q7CeaTaY01eAmry7qNhOslzsmUl5IMr48y+Iu0X2w8iQqzi97X+P3N1kTN3XTC2HT i2HvKiDMh1wz/B7riY7FsJyVYs6cU6RGr7jAm7zi3sNTsrukHPbtcwXaQWFFQeBV0AAM 0erVnvE43gf2CSt/TFj/ieFINhcJ8KBzsBGGRRyBT8YKmUJ1LPbNMIm6ruLrjZh5Wd7m br1w== X-Gm-Message-State: AIkVDXIxalpU/4otC7M7JzFIKuOVE29uPVk9+utMnFrV6H92K9TMmLH9sszacwmnGahLOd7q X-Received: by 10.28.203.6 with SMTP id b6mr20814248wmg.2.1484768688917; Wed, 18 Jan 2017 11:44:48 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 63sm47458811wmg.2.2017.01.18.11.44.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jan 2017 11:44:48 -0800 (PST) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Cc: dev@dpdk.org, "Marohn, Byron" , "Edupuganti, Saikrishna" Date: Wed, 18 Jan 2017 20:44:46 +0100 Message-ID: <2390693.Mx1zM7hnBu@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1484691037-192026-1-git-send-email-pablo.de.lara.guarch@intel.com> <3133259.cUM4FeRKiD@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 1/6] efd: new Elastic Flow Distributor library 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: Wed, 18 Jan 2017 19:44:49 -0000 2017-01-18 19:27, De Lara Guarch, Pablo: > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Wednesday, January 18, 2017 6:56 PM > > To: De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Marohn, Byron; Edupuganti, Saikrishna > > Subject: Re: [dpdk-dev] [PATCH v8 1/6] efd: new Elastic Flow Distributor > > library > > > > 2017-01-17 22:23, Pablo de Lara: > > > +# this lib depends upon: > > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_eal > > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ring > > > > It depends also on rte_hash. > > Pablo, I think you know this library ;) > > > > I will fix it for you. > > Doh! Has any compilation failed? I didn't see any errors. Yes, from a fresh build, it does not find below includes. > > > +#include > > > +#include >