From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 782681C00 for ; Fri, 12 May 2017 13:33:58 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 May 2017 04:33:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="86754054" 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:33:56 -0700 To: "Lu, Wenzhuo" , "Ananyev, Konstantin" Cc: "dev@dpdk.org" , Olivier Matz References: <20170504155923.41103-1-ferruh.yigit@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09B3@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 12 May 2017 12:33:55 +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: <6A0DE07E22DDAD4C9103DF62FEBC09093B5A09B3@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: do not touch mbuf initialized fields 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:33:59 -0000 On 5/5/2017 1:57 AM, Lu, Wenzhuo wrote: > Hi, > >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Thursday, May 4, 2017 11:59 PM >> To: Lu, Wenzhuo; Ananyev, Konstantin >> Cc: dev@dpdk.org; Olivier Matz >> Subject: [PATCH] net/ixgbe: do not touch mbuf initialized fields >> >> See: 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool") >> >> Signed-off-by: Ferruh Yigit > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.