From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] librte_table: add name parameter to lpm table Date: Fri, 09 Oct 2015 12:49:30 +0200 Message-ID: <1947242.hSqpaWKGpA@xps13> References: <1441707088-18563-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478B89E1@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-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 63BAC5949 for ; Fri, 9 Oct 2015 12:50:39 +0200 (CEST) Received: by wicge5 with SMTP id ge5so62823745wic.0 for ; Fri, 09 Oct 2015 03:50:39 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478B89E1@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-08 12:57, 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. > > > > Acked-by: Cristian Dumitrescu Applied, thanks