From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AA2A2FADD for ; Wed, 18 Jan 2017 20:27:42 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 18 Jan 2017 11:27:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,250,1477983600"; d="scan'208";a="924052834" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 18 Jan 2017 11:27:40 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Wed, 18 Jan 2017 19:27:39 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" , "Marohn, Byron" , "Edupuganti, Saikrishna" Thread-Topic: [dpdk-dev] [PATCH v8 1/6] efd: new Elastic Flow Distributor library Thread-Index: AQHScRAyg1OvGX/VgEiqPnpKdHCnv6E+lwUAgAAHUHA= Date: Wed, 18 Jan 2017 19:27:39 +0000 Message-ID: References: <1484691037-192026-1-git-send-email-pablo.de.lara.guarch@intel.com> <1484691836-193472-1-git-send-email-pablo.de.lara.guarch@intel.com> <1484691836-193472-2-git-send-email-pablo.de.lara.guarch@intel.com> <3133259.cUM4FeRKiD@xps13> In-Reply-To: <3133259.cUM4FeRKiD@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzI2NTc0ZGEtMGMwNy00NGJhLThmM2EtODcwNGNlMzJjZjYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Iitmc2JYY3FQVkwzWGtjMmJ1VTRuVkQ3dXMzS1o0SkhHU2xmbURET3FSSms9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:27:43 -0000 > -----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 >=20 > 2017-01-17 22:23, Pablo de Lara: > > +# this lib depends upon: > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) +=3D lib/librte_eal > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) +=3D lib/librte_ring >=20 > It depends also on rte_hash. > Pablo, I think you know this library ;) >=20 > I will fix it for you. Doh! Has any compilation failed? I didn't see any errors. >=20 > > +#include > > +#include