net/mlx5: fix buffer alignment in Tx
authorElad Persiko <eladpe@mellanox.com>
Tue, 1 Nov 2016 08:13:27 +0000 (08:13 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 17:16:53 +0000 (18:16 +0100)
commit609a0767d3dff75322029d201571ab1ddcfd74b5
tree78d982dace3ece2536b9d2dc8461643f9c1d5583
parenteee8be3a798b0f88f52936cd6a12daaa775394fe
net/mlx5: fix buffer alignment in Tx

Constraint alignment was not respected in Tx because of a
wrong use of vector instruction.

Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path")

Signed-off-by: Elad Persiko <eladpe@mellanox.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx5/mlx5_rxtx.c