From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mbuf: cleanup rte_pktmbuf_lastseg function Date: Fri, 12 Jan 2018 00:21:09 +0100 Message-ID: <1862190.8dOn28Jxox@xps> References: <3DBFD712-8DA6-4FDB-B139-66398039B4C0@gmail.com> <20171214084827.356wg4dyhu7i24xu@platinum> <20171214093009.wuhe23x7lfy4jwhq@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ To: "Ilya V. Matveychikov" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D902158D1 for ; Fri, 12 Jan 2018 00:21:37 +0100 (CET) In-Reply-To: <20171214093009.wuhe23x7lfy4jwhq@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/12/2017 10:30, Olivier MATZ: > On Thu, Dec 14, 2017 at 09:48:29AM +0100, Olivier MATZ wrote: > > On Sun, Dec 10, 2017 at 12:08:22AM +0300, Ilya V. Matveychikov wrote: > > > There is no reason to have local variable m2. > > > > > > Fixes: af75078fece3 ("first public release") > > > Signed-off-by: Ilya V. Matveychikov > > > > Acked-by: Olivier Matz > > Just realized the title does not match ./devtools/check-git-log.sh > constraints. I suggest instead: > > mbuf: cleanup function to get last segment Applied, thanks