From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/table: fix wrong type of nht field Date: Mon, 20 Jun 2016 12:13:54 +0200 Message-ID: <4861300.L4XUoLVI0K@xps13> References: <1466417424-3148-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Jastrzebski , Michal Kobylinski Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 1612C8E8B for ; Mon, 20 Jun 2016 12:13:56 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id f126so62663105wma.1 for ; Mon, 20 Jun 2016 03:13:56 -0700 (PDT) In-Reply-To: <1466417424-3148-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-06-20 12:10, Michal Jastrzebski: > From: Michal Kobylinski > > 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") Why the type is wrong?