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 06932C34A for ; Thu, 23 Jul 2015 13:07:03 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 23 Jul 2015 04:07:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,529,1432623600"; d="scan'208";a="769774215" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 23 Jul 2015 04:07:01 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.245]) by irsmsx105.ger.corp.intel.com ([169.254.7.223]) with mapi id 14.03.0224.002; Thu, 23 Jul 2015 12:07:01 +0100 From: "Mrzyglod, DanielX T" To: "Dumitrescu, Cristian" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] announce ABI change for librte_table Thread-Index: AQHQxTbHz6XQZicGbkqPRCN00ohkxJ3o5NWw Date: Thu, 23 Jul 2015 11:07:00 +0000 Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A61D9341B8@IRSMSX107.ger.corp.intel.com> References: <1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com> In-Reply-To: <1437649189-27211-1-git-send-email-cristian.dumitrescu@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] announce ABI change for librte_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: Thu, 23 Jul 2015 11:07:04 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Thursday, July 23, 2015 1:00 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] announce ABI change for librte_table >=20 > v2 changes: > -changed item on LPM table to add LPM IPv6 > -removed item for ACL table and replaced with item on table ops > -added item for hash tables >=20 > Signed-off-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 5330d3b..677f111 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -35,3 +35,13 @@ Deprecation Notices > * The following fields have been deprecated in rte_eth_stats: > imissed, ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss, > tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff > + > +* librte_table (rte_table_lpm.h, rte_table_lpm_ipv6.h): A new parameter = to > hold > + the table name will be added to the LPM table parameter structure. > + > +* librte_table (rte_table.h): New functions for table entry bulk add/del= ete will > + be added to the table operations structure. > + > +* librte_table (rte_table_hash.h): Key mask parameter will be added to t= he hash > + table parameter structure for 8-byte key and 16-byte key extendible bu= cket > and > + LRU tables. > -- > 1.7.4.1 Acked-by: Daniel Mrzyglod