RE: [PATCH] common/mlx5: fix error handling in multi-class probe

2022-01-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Thursday, November 25, 2021 12:03 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Michael > Baum ; sta...@dpdk.org > Subject: [PATCH] common/mlx5: fix error handling in mul

RE: [PATCH] common/mlx5: fix error handling in multi-class probe

2021-11-25 Thread Matan Azrad
From: Thomas Monjalon > 24/11/2021 23:02, michae...@nvidia.com: > > From: Michael Baum > > > > The common drivers_probe function calls in a loop to all probe > > functions for classes requested by the user. After it manages to probe > > them all, it updates this on the device in the "classes_lo

Re: [PATCH] common/mlx5: fix error handling in multi-class probe

2021-11-25 Thread Thomas Monjalon
24/11/2021 23:02, michae...@nvidia.com: > From: Michael Baum > > The common drivers_probe function calls in a loop to all probe functions > for classes requested by the user. After it manages to probe them all, > it updates this on the device in the "classes_loaded" field. > > If one of them fai

[PATCH] common/mlx5: fix error handling in multi-class probe

2021-11-24 Thread michaelba
From: Michael Baum The common drivers_probe function calls in a loop to all probe functions for classes requested by the user. After it manages to probe them all, it updates this on the device in the "classes_loaded" field. If one of them fails, all those probed to it are remove using the driver