From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C86D3FE5 for ; Wed, 22 Feb 2017 13:03:04 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2017 04:03:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,194,1484035200"; d="scan'208";a="1100990881" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by orsmga001.jf.intel.com with SMTP; 22 Feb 2017 04:03:00 -0800 Received: by (sSMTP sendmail emulation); Wed, 22 Feb 2017 12:02:59 +0000 Date: Wed, 22 Feb 2017 12:02:59 +0000 From: Bruce Richardson To: Vladyslav Buslov Cc: dev@dpdk.org Message-ID: <20170222120258.GA12656@bricha3-MOBL3.ger.corp.intel.com> References: <1487524499-9570-1-git-send-email-vladyslav.buslov@harmonicinc.com> <1487688399-9552-1-git-send-email-vladyslav.buslov@harmonicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1487688399-9552-1-git-send-email-vladyslav.buslov@harmonicinc.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.2 (2016-11-26) Subject: Re: [dpdk-dev] [PATCH v2] lpm: extend IPv6 next hop field X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 12:03:05 -0000 On Tue, Feb 21, 2017 at 04:46:39PM +0200, Vladyslav Buslov wrote: > This patch extend next_hop field from 8-bits to 21-bits in LPM library > for IPv6. > > Added versioning symbols to functions and updated > library and applications that have a dependency on LPM library. > > Signed-off-by: Vladyslav Buslov Acked-by: Bruce Richardson Hi Vlad, Thanks for the V2. I assume that this is just the V1 with the checkpatch issues fixed, right? For future use, please include just below the cut line "---" a short list of what has changed since the previous version, so that we know what to look for if we already have reviewed the previous version. For minor changes in code, like in this case, you can also keep the ack on the resubmission, putting it just below the signoff like above. /Bruce