net/mlx5: fix inline data settings
authorViacheslav Ovsiienko <viacheslavo@mellanox.com>
Mon, 5 Aug 2019 13:03:52 +0000 (13:03 +0000)
committerRaslan Darawsheh <rasland@mellanox.com>
Tue, 6 Aug 2019 15:42:12 +0000 (17:42 +0200)
commitc6f0485646fd0ab49570df2cebd69379f62b349b
treee70de356359fbd2e26b7bc6d5334e8e53f4ecb1f
parentda1df1ccabade0df6d46e481268657a9993815af
net/mlx5: fix inline data settings

If the minimal inline data are required the data inline feature
must be engaged. There were the incorrect settings enabling the
entire small packet inline (in size up to 82B) which may result
in sending rate declining if there is no enough cores. The same
problem was raised if inline was enabled to support VLAN tag
insertion by software.

Fixes: 38b4b397a57d ("net/mlx5: add Tx configuration and setup")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/mlx5/mlx5_txq.c