From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix TSO segment size Date: Wed, 21 Jun 2017 10:57:09 +0100 Message-ID: <06bb400f-3fa7-74b9-5d7f-1a1e538a4eb9@intel.com> References: <20170620052447.31846-1-shahafs@mellanox.com> <20170620071333.GT4949@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: <20170620071333.GT4949@autoinstall.dev.6wind.com> Content-Language: en-US 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 6/20/2017 8:13 AM, Nélio Laranjeiro wrote: > On Tue, Jun 20, 2017 at 08:24:47AM +0300, Shahaf Shuler wrote: >> In case on multi segment packet, the TSO segment size >> was taken from the last segment. This may lead to incorrect >> values in case not all segments are initialized with the field. >> >> Fixing it by taking the value from the first segment. >> >> Fixes: 3f13f8c23a7c ("net/mlx5: support hardware TSO") >> Cc: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Yongseok Koh > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.