Re: [PATCH] net/mlx5: fix devargs validation for multiclass probe

2021-11-26 Thread Thomas Monjalon
25/11/2021 11:38, Matan Azrad: > From: Thomas Monjalon > > 25/11/2021 07:16, michae...@nvidia.com: > > > From: Michael Baum > > > > > > The mlx5_args function reads the devargs and checks if they are valid > > > for this driver and if not it returns an error. > > > > > > This was normal behavior a

RE: [PATCH] net/mlx5: fix devargs validation for multiclass probe

2021-11-25 Thread Matan Azrad
From: Thomas Monjalon > 25/11/2021 07:16, michae...@nvidia.com: > > From: Michael Baum > > > > The mlx5_args function reads the devargs and checks if they are valid > > for this driver and if not it returns an error. > > > > This was normal behavior as long as all the devargs come to this > > d

Re: [PATCH] net/mlx5: fix devargs validation for multiclass probe

2021-11-25 Thread Thomas Monjalon
25/11/2021 07:16, michae...@nvidia.com: > From: Michael Baum > > The mlx5_args function reads the devargs and checks if they are valid > for this driver and if not it returns an error. > > This was normal behavior as long as all the devargs come to this driver, > but since it is possible to run

[PATCH] net/mlx5: fix devargs validation for multiclass probe

2021-11-24 Thread michaelba
From: Michael Baum The mlx5_args function reads the devargs and checks if they are valid for this driver and if not it returns an error. This was normal behavior as long as all the devargs come to this driver, but since it is possible to run several drivers together, the function may return an e