From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/null: do not touch mbuf next or nb segs on Rx Date: Fri, 12 May 2017 12:59:54 +0100 Message-ID: <4c867262-a949-c4bd-3df7-a3ff3e48fd73@intel.com> References: <20170504154358.40122-1-ferruh.yigit@intel.com> <20170509092437.652bac1c@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Tetsuya Mukawa , dev@dpdk.org To: Olivier Matz Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BAEB814EC for ; Fri, 12 May 2017 13:59:57 +0200 (CEST) In-Reply-To: <20170509092437.652bac1c@platinum> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2017 8:24 AM, Olivier Matz wrote: > On Thu, 4 May 2017 16:43:58 +0100, Ferruh Yigit wrote: >> mbuf next and nb_segs fields already have the default values when get >> from mempool, no need to update them in PMD. >> >> See: 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool") >> >> Signed-off-by: Ferruh Yigit > Reviewed-by: Olivier Matz Applied to dpdk-next-net/master, thanks.