mbox series

[0/6] mlx5: some independent fixes

Message ID 20210831203732.3411134-1-michaelba@nvidia.com (mailing list archive)
Headers
Series mlx5: some independent fixes |

Message

Michael Baum Aug. 31, 2021, 8:37 p.m. UTC
  Some independent fixes in mlx5 net and common driver.

Michael Baum (6):
  net/mlx5: fix shared device context creation error flow
  net/mlx5: fix PCI probing error flow
  net/mlx5: fix allow duplicate pattern devarg default
  common/mlx5: fix class combination validation
  common/mlx5: fix device list operation concurrency
  common/mlx5: fix resource cleanliness in a device remove

 drivers/common/mlx5/mlx5_common.c | 26 +++++++++++++++++---------
 drivers/net/mlx5/linux/mlx5_os.c  | 15 +++++++++++++--
 drivers/net/mlx5/mlx5.c           |  4 +++-
 drivers/net/mlx5/mlx5.h           |  1 +
 4 files changed, 34 insertions(+), 12 deletions(-)
  

Comments

Matan Azrad Sept. 1, 2021, 7:46 a.m. UTC | #1
From: Michael Baum 
> Some independent fixes in mlx5 net and common driver.
> 
> Michael Baum (6):
>   net/mlx5: fix shared device context creation error flow
>   net/mlx5: fix PCI probing error flow
>   net/mlx5: fix allow duplicate pattern devarg default
>   common/mlx5: fix class combination validation
>   common/mlx5: fix device list operation concurrency
>   common/mlx5: fix resource cleanliness in a device remove
> 
>  drivers/common/mlx5/mlx5_common.c | 26 +++++++++++++++++---------
> drivers/net/mlx5/linux/mlx5_os.c  | 15 +++++++++++++--
>  drivers/net/mlx5/mlx5.c           |  4 +++-
>  drivers/net/mlx5/mlx5.h           |  1 +
>  4 files changed, 34 insertions(+), 12 deletions(-)

Series-acked-by: Matan Azrad <matan@nvidia.com>

> --
> 2.25.1