From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C00CF2BC9 for ; Tue, 8 Mar 2016 21:46:39 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 12:46:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,558,1449561600"; d="scan'208";a="929628555" Received: from gklab-246-018.igk.intel.com (HELO stargo) ([10.217.246.18]) by orsmga002.jf.intel.com with SMTP; 08 Mar 2016 12:46:36 -0800 Received: by stargo (sSMTP sendmail emulation); Tue, 08 Mar 2016 21:52:06 +0100 From: Michal Kobylinski To: dev@dpdk.org Date: Tue, 8 Mar 2016 21:52:01 +0100 Message-Id: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4 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 Mar 2016 20:46:40 -0000 This patchset extended next_hop field from 8-bits to 24-bits in LPM library for IPv4. Added versioning symbols to functions and updated library and applications that have a dependency on LPM library. Michal Kobylinski (2): lpm: extend ip4 next_hop and add config structure examples: update to use new lpm lib for ipv4 app/test/test_lpm.c | 122 +-- doc/guides/rel_notes/release_16_04.rst | 5 +- examples/ip_fragmentation/main.c | 16 +- examples/ip_reassembly/main.c | 15 +- examples/l3fwd-power/main.c | 2 +- examples/l3fwd-vf/main.c | 2 +- examples/l3fwd/l3fwd_em_sse.h | 2 +- examples/l3fwd/l3fwd_lpm.h | 6 +- examples/l3fwd/l3fwd_lpm_sse.h | 24 +- examples/l3fwd/l3fwd_sse.h | 8 +- examples/load_balancer/runtime.c | 2 +- examples/performance-thread/l3fwd-thread/main.c | 33 +- lib/librte_lpm/Makefile | 2 +- lib/librte_lpm/rte_lpm.c | 1090 ++++++++++++++++++++--- lib/librte_lpm/rte_lpm.h | 202 +++-- lib/librte_lpm/rte_lpm_version.map | 11 + lib/librte_table/rte_table_lpm.c | 15 +- 17 files changed, 1277 insertions(+), 280 deletions(-) -- 1.9.1