From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jasvinder Singh Subject: [PATCH 0/4] librte_table: add name parameter to lpm table Date: Tue, 8 Sep 2015 11:11:24 +0100 Message-ID: <1441707088-18563-1-git-send-email-jasvinder.singh@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E7BA78DB4 for ; Tue, 8 Sep 2015 12:11:30 +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" 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. Jasvinder Singh (4): librte_table: add name parameter to LPM table app/test: modify table and pipeline test ip_pipeline: modify lpm table for routing pipeline librte_table: modify release notes and deprecation notice app/test-pipeline/pipeline_lpm.c | 1 + app/test-pipeline/pipeline_lpm_ipv6.c | 1 + app/test/test_table_combined.c | 2 + app/test/test_table_tables.c | 102 ++++++++++++--------- doc/guides/rel_notes/deprecation.rst | 3 - doc/guides/rel_notes/release_2_2.rst | 4 +- .../ip_pipeline/pipeline/pipeline_routing_be.c | 1 + lib/librte_table/Makefile | 2 +- lib/librte_table/rte_table_lpm.c | 8 +- lib/librte_table/rte_table_lpm.h | 3 + lib/librte_table/rte_table_lpm_ipv6.c | 8 +- lib/librte_table/rte_table_lpm_ipv6.h | 3 + 12 files changed, 86 insertions(+), 52 deletions(-) -- 2.1.0