From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: remove redundant line in rte_pktmbuf_attach Date: Mon, 30 Jan 2017 09:57:22 +0100 Message-ID: <1876216.jl7IkcQiAD@xps13> References: <7181C1FE-0FB9-4FB8-9A12-08AB4506880E@gmail.com> <2601191342CEEE43887BDE71AB9772583F10925D@irsmsx105.ger.corp.intel.com> <20170124135627.7ab3d703@glumotte.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ , "Ananyev, Konstantin" , "Yigit, Ferruh" To: Ilya Matveychikov Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 957DA2E8A for ; Mon, 30 Jan 2017 09:57:24 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id c85so204550221wmi.1 for ; Mon, 30 Jan 2017 00:57:24 -0800 (PST) In-Reply-To: <20170124135627.7ab3d703@glumotte.dev.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > >> mi->next will be assigned to NULL few lines later, trivial patch > > > >> > > > >> Signed-off-by: Ilya V. Matveychikov > > Fixes: ea672a8b1655 ("mbuf: remove the rte_pktmbuf structure") > > Acked-by: Olivier Matz Applied, thanks