[dpdk-dev] [PATCH] net/mlx5: fix Tx max inline with TSO

Thomas Monjalon thomas at monjalon.net
Fri May 5 17:44:26 CEST 2017


03/05/2017 08:59, Nélio 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.
> > 
> > Fixing it by adjusting the max inline parameter before
> > passing to to Verbs.
> > 
> > Fixes: 3f13f8c23a7c ("net/mlx5: support hardware TSO")
> > 
> > Signed-off-by: Shahaf Shuler <shahafs at mellanox.com>
> > Acked-by: Yongseok Koh <yskoh at mellanox.com>
> 
> Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>

Applied with minor fix (from Adrien comment), thanks


More information about the dev mailing list