From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/2] mbuf: Add rte_pktmbuf_copy Date: Thu, 4 Feb 2016 11:49:01 +1100 Message-ID: <20160204114901.2bbfb477@samsung9> References: <1436485068-30609-1-git-send-email-stephen@networkplumber.org> <1436485068-30609-2-git-send-email-stephen@networkplumber.org> <7ADD74816B4C8A45B56203CBA65FE5A63346A5A4@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Mike Davison , Stephen Hemminger To: Olivier MATZ Return-path: Received: from mail-pf0-f172.google.com (mail-pf0-f172.google.com [209.85.192.172]) by dpdk.org (Postfix) with ESMTP id C73C495D5 for ; Thu, 4 Feb 2016 01:49:11 +0100 (CET) Received: by mail-pf0-f172.google.com with SMTP id w123so24633399pfb.0 for ; Wed, 03 Feb 2016 16:49:11 -0800 (PST) In-Reply-To: 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" On Wed, 3 Feb 2016 17:23:05 +0000 Olivier MATZ wrote: > + } while ((md = md->next) != NULL); > >> + > >> + *prev = NULL; > > why this? This is null terminating the linked list of segments.