mbox series

[0/2] bugfix for mlx4 and mlx5

Message ID 1620648363-31769-1-git-send-email-fengchengwen@huawei.com (mailing list archive)
Headers
Series bugfix for mlx4 and mlx5 |

Message

Chengwen Feng May 10, 2021, 12:06 p.m. UTC
  This patch set contains two bugfixes for mlx4 and mlx5.

Chengwen Feng (2):
  net/mlx4: fix memory barrier incorrectly placed
  net/mlx5: fix memory barrier incorrectly placed

 drivers/net/mlx4/mlx4_mp.c          | 2 +-
 drivers/net/mlx5/linux/mlx5_mp_os.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon May 10, 2021, 12:12 p.m. UTC | #1
10/05/2021 14:06, Chengwen Feng:
> This patch set contains two bugfixes for mlx4 and mlx5.
> 
> Chengwen Feng (2):
>   net/mlx4: fix memory barrier incorrectly placed
>   net/mlx5: fix memory barrier incorrectly placed

Please could you use the option "--cc-cmd devtools/get-maintainer.sh"
when sending patches, so the right people are Cc'ed?

Adding Matan and Slava for these 2 patches.
  
Thomas Monjalon May 12, 2021, 8:54 a.m. UTC | #2
10/05/2021 14:06, Chengwen Feng:
> This patch set contains two bugfixes for mlx4 and mlx5.
> 
> Chengwen Feng (2):
>   net/mlx4: fix memory barrier incorrectly placed
>   net/mlx5: fix memory barrier incorrectly placed

Applied in next-net-mlx, thanks