Looks good to me. Thank you for fixing this bug for us. Reviewed-by: Alexander Kozyrev <[email protected]>
> -----Original Message----- > From: dev <[email protected]> On Behalf Of Feifei Wang > Sent: Thursday, March 18, 2021 3:19 > Cc: [email protected]; [email protected]; Feifei Wang <[email protected]> > Subject: [dpdk-dev] [PATCH v1 0/4] refactor SMP barriers for net/mlx > > For net/mlx4 and net/mlx5, fix cache rebuild bug and replace SMP > barriers with atomic fence. > > Feifei Wang (4): > net/mlx4: fix rebuild bug for Memory Region cache > net/mlx4: replace SMP barrier with C11 barriers > net/mlx5: fix rebuild bug for Memory Region cache > net/mlx5: replace SMP barriers with C11 barriers > > drivers/net/mlx4/mlx4_mr.c | 21 +++++++++---------- > drivers/net/mlx5/mlx5_mr.c | 41 ++++++++++++++++++-------------------- > 2 files changed, 28 insertions(+), 34 deletions(-) > > -- > 2.25.1

