From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BCFAA8DA0 for ; Tue, 8 Sep 2015 14:57:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 08 Sep 2015 05:57:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,490,1437462000"; d="scan'208";a="800610716" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2015 05:57:55 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0224.002; Tue, 8 Sep 2015 13:57:54 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH 0/4] librte_table: add name parameter to lpm table Thread-Index: AQHQ6h7Bj8g/+lu9oUSEuACHO70NXJ4ylY9A Date: Tue, 8 Sep 2015 12:57:53 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478B89E1@IRSMSX108.ger.corp.intel.com> References: <1441707088-18563-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1441707088-18563-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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 12:57:57 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, September 8, 2015 1:11 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 0/4] librte_table: add name parameter to lpm table >=20 > This patchset links to ABI change announced for librte_table. For lpm tab= le, > 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 Acked-by: Cristian Dumitrescu