From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 8DF7058D4
 for <dev@dpdk.org>; Thu, 17 Sep 2015 18:13:34 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga103.jf.intel.com with ESMTP; 17 Sep 2015 09:13:31 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.17,548,1437462000"; d="scan'208";a="563650545"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by FMSMGA003.fm.intel.com with ESMTP; 17 Sep 2015 09:13:30 -0700
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.107]) by
 IRSMSX101.ger.corp.intel.com ([169.254.1.139]) with mapi id 14.03.0248.002;
 Thu, 17 Sep 2015 17:13:30 +0100
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: "Singh, Jasvinder" <jasvinder.singh@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [PATCH v2 0/4]librte_table: add name parameter to lpm table 
Thread-Index: AQHQ8WJu2NQ1khD4ikOYvzsuSwC5wp5A5KFQ
Date: Thu, 17 Sep 2015 16:13:29 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478C846C@IRSMSX108.ger.corp.intel.com>
References: <1442505802-10034-1-git-send-email-jasvinder.singh@intel.com>
In-Reply-To: <1442505802-10034-1-git-send-email-jasvinder.singh@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
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 v2 0/4]librte_table: add name parameter to
	lpm table
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Sep 2015 16:13:35 -0000



> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Thursday, September 17, 2015 7:03 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian
> Subject: [PATCH v2 0/4]librte_table: add name parameter to lpm table
>=20
> This patchset links to ABI change announced for librte_table. For
> lpm table, name parameter has been included in LPM table parameters
> structure. It will eventually allow applications to create more
> than one instances of lpm table, if required.
>=20
> Changes in v2:
> - rte_table_lpm_ipv6.c: removed name varibale from
> rte_zmalloc_socket() and inserted that in rte_lpm6_create().
>=20
>=20

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>