From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4]librte_table: add name parameter to lpm table Date: Mon, 12 Oct 2015 16:06:54 +0200 Message-ID: <3630424.l3EB3Ca6hC@xps13> References: <1442505802-10034-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478C846C@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Singh, Jasvinder" Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id A1D878E8A for ; Mon, 12 Oct 2015 16:07:58 +0200 (CEST) Received: by wicge5 with SMTP id ge5so151903570wic.0 for ; Mon, 12 Oct 2015 07:07:58 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478C846C@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-09-17 16:13, Dumitrescu, Cristian: > From: Singh, Jasvinder > > 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. > > > > Changes in v2: > > - rte_table_lpm_ipv6.c: removed name varibale from > > rte_zmalloc_socket() and inserted that in rte_lpm6_create(). > > Acked-by: Cristian Dumitrescu Applied, thanks