From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C2421101B; Tue, 28 Mar 2017 18:02:57 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 28 Mar 2017 09:02:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,237,1486454400"; d="scan'208";a="81935487" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 28 Mar 2017 09:02:55 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler References: <1490272931-145077-1-git-send-email-shahafs@mellanox.com> <20170324082532.GX12013@autoinstall.dev.6wind.com> Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Tue, 28 Mar 2017 17:02:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170324082532.GX12013@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix TSO header size in case of VLAN insertion X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 16:02:58 -0000 On 3/24/2017 8:25 AM, Nélio Laranjeiro wrote: > On Thu, Mar 23, 2017 at 02:42:11PM +0200, Shahaf Shuler wrote: >> When VLAN insertion is requested the vlan size must be added to the >> calculation of the TSO header size, as it is not embedded within the >> mbuf l2 length. >> >> Fixes: 98083fd482a2 ("net/mlx5: add hardware TSO support") >> Cc: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro In next-net, squashed into 98083fd482a2, thanks. (There were a few conflicts, can you please confirm related commits?)