From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lib/table: fix wrong type of nht field Date: Tue, 21 Jun 2016 15:15:53 +0200 Message-ID: <5354419.Iiu9mVHfAO@xps13> References: <1466417424-3148-1-git-send-email-michalx.k.jastrzebski@intel.com> <1466512066-8130-1-git-send-email-michalx.kobylinski@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912647A0AADA@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Dumitrescu, Cristian" , "Kobylinski, MichalX" Return-path: Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by dpdk.org (Postfix) with ESMTP id 6B76FADC2 for ; Tue, 21 Jun 2016 15:15:57 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id h129so23513883lfh.1 for ; Tue, 21 Jun 2016 06:15:57 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A0AADA@IRSMSX108.ger.corp.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" > > Change type of nht field from uint32_t to uint8_t and increase max of > > next hops. > > > > Fixes: dc81ebbacaeb ("lpm: extend IPv4 next hop field") > > Signed-off-by: Michal Kobylinski > > --- > > v2: > > - removed changing from file: pipeline_routing_be.h > > - changed macro: RTE_TABLE_LPM_MAX_NEXT_HOP > > Acked-by: Cristian Dumitrescu Cristian, the explanation is still missing in this commit.