mbox series

[v2,0/2] fixes for mlx4/mlx5

Message ID cover.1620876356.git.wangyunjian@huawei.com (mailing list archive)
Headers
Series fixes for mlx4/mlx5 |

Message

Yunjian Wang May 13, 2021, 3:38 a.m. UTC
  From: Yunjian Wang <wangyunjian@huawei.com>

This series include two fixes patches for mlx4/mlx5.

---
v2:
   * remove redundant empty line

Yunjian Wang (2):
  net/mlx4: fix mem leak when a device configured repeatedly
  net/mlx5: fix mem leak when a device configured repeatedly

 drivers/net/mlx4/mlx4.c | 1 +
 drivers/net/mlx5/mlx5.c | 1 +
 2 files changed, 2 insertions(+)
  

Comments

Thomas Monjalon May 13, 2021, 12:37 p.m. UTC | #1
13/05/2021 05:38, wangyunjian:
> From: Yunjian Wang <wangyunjian@huawei.com>
> 
> This series include two fixes patches for mlx4/mlx5.
> 
> ---
> v2:
>    * remove redundant empty line

Please mark your old patches as superseded in patchwork.
  
Thomas Monjalon May 13, 2021, 12:51 p.m. UTC | #2
> Yunjian Wang (2):
>   net/mlx4: fix mem leak when a device configured repeatedly
>   net/mlx5: fix mem leak when a device configured repeatedly

Applied in next-net-mlx, thanks.