From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 48B714CC5; Wed, 21 Jun 2017 11:57:12 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jun 2017 02:57:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,368,1493708400"; d="scan'208";a="100061053" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 21 Jun 2017 02:57:10 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org References: <20170620052447.31846-1-shahafs@mellanox.com> <20170620071333.GT4949@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: <06bb400f-3fa7-74b9-5d7f-1a1e538a4eb9@intel.com> Date: Wed, 21 Jun 2017 10:57:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170620071333.GT4949@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix TSO segment size 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: Wed, 21 Jun 2017 09:57:13 -0000 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.