From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A3EA0C12C for ; Tue, 21 Jun 2016 15:22:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 21 Jun 2016 06:22:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,504,1459839600"; d="scan'208";a="1002289497" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga002.jf.intel.com with ESMTP; 21 Jun 2016 06:22:00 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0248.002; Tue, 21 Jun 2016 14:21:59 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "Kobylinski, MichalX" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field Thread-Index: AQHRy7x9heBn6LuH+EC/U7l88DGvxZ/z5Ikw///xTYCAABHtAA== Date: Tue, 21 Jun 2016 13:21:58 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A0AB6D@IRSMSX108.ger.corp.intel.com> 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> <5354419.Iiu9mVHfAO@xps13> In-Reply-To: <5354419.Iiu9mVHfAO@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzY3MjIyODctNGYwYy00MmQwLTg3N2EtY2Q1MjI3YjExZDc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNDVGNwVlRISTgxUUd0UjcwcmtIMHRHRzdmQWZVUmRcL0lucDNQMlJMMHpvPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 13:22:38 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, June 21, 2016 2:16 PM > To: Dumitrescu, Cristian ; Kobylinski, > MichalX > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field >=20 > > > 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 >=20 > Cristian, the explanation is still missing in this commit. Yes, you're right, sorry. Michal K, please send updated version with the explanation and my ack inclu= ded, thank you! Regards, Cristian