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 BAEB814EC for ; Fri, 12 May 2017 13:59:57 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 May 2017 04:59:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="86759119" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 12 May 2017 04:59:55 -0700 To: Olivier Matz Cc: Tetsuya Mukawa , dev@dpdk.org References: <20170504154358.40122-1-ferruh.yigit@intel.com> <20170509092437.652bac1c@platinum> From: Ferruh Yigit Message-ID: <4c867262-a949-c4bd-3df7-a3ff3e48fd73@intel.com> Date: Fri, 12 May 2017 12:59:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170509092437.652bac1c@platinum> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/null: do not touch mbuf next or nb segs on Rx 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: Fri, 12 May 2017 11:59:58 -0000 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.