mbox series

[v3,0/2] remove wmb for net/mlx

Message ID 20210518085058.630072-1-feifei.wang2@arm.com (mailing list archive)
Headers
Series remove wmb for net/mlx |

Message

Feifei Wang May 18, 2021, 8:50 a.m. UTC
  For net/mlx4 and net/mlx5, remove unnecessary wmb for Memory Region
cache.

v2:
1. keep the order of dev_gen and global cache (Slava Ovsiienko)
2. remove the wmb at last instead of moving it forward
3. remove atomic_thread_fence patches

v3:
1. commit message rewording (Slava Ovsiienko)

Feifei Wang (2):
  net/mlx4: remove unnecessary wmb for Memory Region cache
  net/mlx5: remove unnecessary wmb for Memory Region cache

 drivers/net/mlx4/mlx4_mr.c | 11 +++--------
 drivers/net/mlx5/mlx5_mr.c | 22 ++++++----------------
 2 files changed, 9 insertions(+), 24 deletions(-)
  

Comments

Raslan Darawsheh May 27, 2021, 8:37 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Feifei Wang
> Sent: Tuesday, May 18, 2021 11:51 AM
> Cc: dev@dpdk.org; nd@arm.com; Feifei Wang <feifei.wang2@arm.com>
> Subject: [dpdk-dev] [PATCH v3 0/2] remove wmb for net/mlx
> 
> For net/mlx4 and net/mlx5, remove unnecessary wmb for Memory Region
> cache.
> 
> v2:
> 1. keep the order of dev_gen and global cache (Slava Ovsiienko) 2. remove
> the wmb at last instead of moving it forward 3. remove atomic_thread_fence
> patches
> 
> v3:
> 1. commit message rewording (Slava Ovsiienko)
> 
> Feifei Wang (2):
>   net/mlx4: remove unnecessary wmb for Memory Region cache
>   net/mlx5: remove unnecessary wmb for Memory Region cache
> 
>  drivers/net/mlx4/mlx4_mr.c | 11 +++--------  drivers/net/mlx5/mlx5_mr.c |
> 22 ++++++----------------
>  2 files changed, 9 insertions(+), 24 deletions(-)
> 
> --
> 2.25.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh