net/mlx5: remove unnecessary memory barrier
authorYongseok Koh <yskoh@mellanox.com>
Thu, 25 Jan 2018 21:02:48 +0000 (13:02 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 28 Jan 2018 07:30:33 +0000 (08:30 +0100)
commit8d27708212aa9d81f3dbd485b7131220eb1d57fc
treeea428ce0963a39d28e3c8e0314214160d298607e
parent52bd60a5cf0b05793f66cd507df0388402499f2a
net/mlx5: remove unnecessary memory barrier

As rte_write64() has an IO barrier, there's no need to have a barrier
before the call.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_rxq.c