From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [PATCH v2] announce ABI change for librte_table Date: Thu, 23 Jul 2015 11:59:49 +0100 Message-ID: <1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 4CCA2C336 for ; Thu, 23 Jul 2015 12:59:53 +0200 (CEST) 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" 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 Signed-off-by: Cristian Dumitrescu --- doc/guides/rel_notes/deprecation.rst | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) 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/delete will + be added to the table operations structure. + +* librte_table (rte_table_hash.h): Key mask parameter will be added to the hash + table parameter structure for 8-byte key and 16-byte key extendible bucket and + LRU tables. -- 1.7.4.1