From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix TSO header size in case of VLAN insertion Date: Tue, 28 Mar 2017 17:02:54 +0100 Message-ID: References: <1490272931-145077-1-git-send-email-shahafs@mellanox.com> <20170324082532.GX12013@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Return-path: In-Reply-To: <20170324082532.GX12013@autoinstall.dev.6wind.com> 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 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?)