From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] Added a new rte_lpm_config structure for IPv4. Date: Wed, 09 Mar 2016 01:47:18 +0100 Message-ID: <2520383.DdIHeuE5aH@xps13> References: <1457470648-26415-1-git-send-email-michalx.kobylinski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Michal Kobylinski Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id CE50F2C55 for ; Wed, 9 Mar 2016 01:48:57 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id l68so50100729wml.1 for ; Tue, 08 Mar 2016 16:48:57 -0800 (PST) In-Reply-To: <1457470648-26415-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:57, Michal Kobylinski: > A new rte_lpm_config structure is used so LPM library will allocate > exactly the amount of memory which is necessary to hold application=E2= =80=99s > rules. Does it depend on "Increased number of next hops for LPM IPv4"? I guess one patch is based on the other in your tree. > Michal Kobylinski (2): > lpm: added a new rte_lpm_config structure for ipv4 > examples: update to use new rte_lpm_config structure for ipv4 Please keep in 1 patch to avoid breaking compilation of examples in bet= ween.