From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/mlx5: fix Tx max inline with TSO Date: Fri, 05 May 2017 17:44:26 +0200 Message-ID: <1711827.nElDvMWAaO@xps> References: <20170503065535.188899-1-shahafs@mellanox.com> <20170503065931.GK31330@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , adrien.mazarguil@6wind.com To: Shahaf Shuler Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8BDB92986 for ; Fri, 5 May 2017 17:44:27 +0200 (CEST) In-Reply-To: <20170503065931.GK31330@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" 03/05/2017 08:59, N=E9lio Laranjeiro: > On Wed, May 03, 2017 at 09:55:35AM +0300, Shahaf Shuler wrote: > > When TSO is enabled, Verbs layer aggregates the TSO > > inline size with the txq inline size for the Tx creation, > > while the PMD takes the maximum among them. > >=20 > > Fixing it by adjusting the max inline parameter before > > passing to to Verbs. > >=20 > > Fixes: 3f13f8c23a7c ("net/mlx5: support hardware TSO") > >=20 > > Signed-off-by: Shahaf Shuler > > Acked-by: Yongseok Koh >=20 > Acked-by: Nelio Laranjeiro Applied with minor fix (from Adrien comment), thanks