mbox series

[v2,0/2] net/mlx4: fix PCI probe and remove functions

Message ID 1611130491-19129-1-git-send-email-michaelba@nvidia.com (mailing list archive)
Headers
Series net/mlx4: fix PCI probe and remove functions |

Message

Michael Baum Jan. 20, 2021, 8:14 a.m. UTC
  A couple of bug fixes in probing and removing a PCI device.

v1: Initial version.
v2: Fix coverity issue.

Michael Baum (2):
  net/mlx4: fix device detach
  net/mlx4: fix PCI probe error flow

 drivers/net/mlx4/mlx4.c | 62 +++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 50 insertions(+), 12 deletions(-)
  

Comments

Raslan Darawsheh Jan. 21, 2021, 1:45 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Wednesday, January 20, 2021 10:15 AM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; David Marchand <david.marchand@redhat.com>
> Subject: [PATCH v2 0/2] net/mlx4: fix PCI probe and remove functions
> 
> A couple of bug fixes in probing and removing a PCI device.
> 
> v1: Initial version.
> v2: Fix coverity issue.
> 
> Michael Baum (2):
>   net/mlx4: fix device detach
>   net/mlx4: fix PCI probe error flow
> 
>  drivers/net/mlx4/mlx4.c | 62
> +++++++++++++++++++++++++++++++++++++++----------
>  1 file changed, 50 insertions(+), 12 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh