net/mlx5: fix order of items in NEON scatter
authorDekel Peled <dekelp@mellanox.com>
Wed, 15 May 2019 10:07:45 +0000 (13:07 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 6 Jun 2019 11:21:20 +0000 (20:21 +0900)
commit0d51a5ec26ccca4582f4762854ac3b28208c4a04
tree4da0587a448deef91e057cdfbee58709e6baa87e
parentcd1dadeb9b2a85c1459a7b05adfed6f9cc7cfdff
net/mlx5: fix order of items in NEON scatter

Previous patch added handling of metadata for multi-segment packet.
Function txq_scatter_v in file mlx5_rxtx_vec_neon.h was updated
incorrectly, items were inserted into WQE in wrong order.

This patch fixes the issue, inserting items into WQE correctly.

Fixes: 7f4019d370f6 ("net/mlx5: fix Tx metadata for multi-segment packet")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5_rxtx_vec_neon.h