From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/2] Increased number of next hops for LPM IPv4. Date: Wed, 09 Mar 2016 23:09:57 +0100 Message-ID: <1720593.TuyOk4YJRr@xps13> References: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> <1457542636-9972-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Michal Jastrzebski , michalx.kobylinski@intel.com Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id EC4012BAD for ; Wed, 9 Mar 2016 23:11:38 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so4830742wml.1 for ; Wed, 09 Mar 2016 14:11:38 -0800 (PST) In-Reply-To: <1457542636-9972-1-git-send-email-michalx.k.jastrzebski@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-09 17:57, Michal Jastrzebski: > From: Michal Kobylinski >=20 > This patchset extend next_hop field from 8-bits to 24-bits in LPM lib= rary for IPv4. >=20 > As next_hop field is increased now the maximum number of tbl8s is 2^2= 4.=20 > 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. >=20 > Added versioning symbols to functions and updated > library and applications that have a dependency on LPM library. >=20 > Michal Kobylinski (2): > lpm: extended ipv4 next_hop field > lpm: added a new rte_lpm_config structure for ipv4 Applied with few changes in the release notes, thanks.