From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1A39B2C37 for ; Thu, 2 Feb 2017 22:56:56 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 02 Feb 2017 13:56:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,326,1477983600"; d="scan'208";a="60550890" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.7.254]) ([10.252.7.254]) by fmsmga005.fm.intel.com with ESMTP; 02 Feb 2017 13:56:47 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: Cc: Adrien Mazarguil , Yongseok Koh From: Ferruh Yigit Message-ID: Date: Thu, 2 Feb 2017 21:56:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix Ethernet header re-writing 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: Thu, 02 Feb 2017 21:56:57 -0000 On 2/2/2017 10:34 AM, Nelio Laranjeiro wrote: > First two bytes of the Ethernet header was written twice at the same place. > > Fixes: b8fe952ec5b6 ("net/mlx5: prepare Tx vectorization") > > Signed-off-by: Yongseok Koh > Signed-off-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks.