From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/2] Increased number of next hops for LPM IPv4 Date: Wed, 09 Mar 2016 01:42:24 +0100 Message-ID: <1679909.QS6PQFfjcW@xps13> References: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Kobylinski Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id F26672BE3 for ; Wed, 9 Mar 2016 01:44:03 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id p65so171772945wmp.1 for ; Tue, 08 Mar 2016 16:44:03 -0800 (PST) In-Reply-To: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> 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" 2016-03-08 21:52, Michal Kobylinski: > 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 You cannot split library and apps in such change because each commit must compile (including the examples).