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 <shah...@mellanox.com> > > Acked-by: Yongseok Koh <ys...@mellanox.com> > > Acked-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
Applied with minor fix (from Adrien comment), thanks