Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Phil Yang > Sent: Thursday, September 5, 2019 1:55 PM > To: Yongseok Koh <ys...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Matan Azrad <ma...@mellanox.com>; NĂ©lio > Laranjeiro <nelio.laranje...@6wind.com>; dev@dpdk.org > Cc: Thomas Monjalon <tho...@monjalon.net>; jer...@marvell.com; > honnappa.nagaraha...@arm.com; gavin...@arm.com; n...@arm.com; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] net/mlx5: fix Rx CQ doorbell > synchronization on aarch64 > > The Rx completion queue doorbell field needs to be updated after > the last CQE decompressed. For the weaker memory model processors, > the compiler barrier is not sufficient to guarantee the order of > these operations, so use the coherent I/O memory barrier to make > sure these fields are updated in order. > > Fixes: 570acdb1da8a ("net/mlx5: add vectorized Rx/Tx burst for ARM") > Cc: sta...@dpdk.org > > Suggested-by: Gavin Hu <gavin...@arm.com> > Signed-off-by: Phil Yang <phil.y...@arm.com> > Reviewed-by: Gavin Hu <gavin...@arm.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh