From: Leon Romanovsky <leon@kernel.org> Date: 2021-08-21 12:05:20
From: Leon Romanovsky <leonro@nvidia.com>
The call to mlx5_unregister_device() means that mlx5_core driver is
removed. In such scenario, we need to disregard all other flags like
attach/detach and forcibly remove all auxiliary devices.
Fixes: a5ae8fc9058e ("net/mlx5e: Don't create devices during unload flow")
Tested-and-Reported-by: Yicong Yang [off-list ref]
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Leon Romanovsky <leonro@nvidia.com> Date: 2021-08-25 09:01:36
On Sat, Aug 21, 2021 at 03:05:11PM +0300, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@nvidia.com>
The call to mlx5_unregister_device() means that mlx5_core driver is
removed. In such scenario, we need to disregard all other flags like
attach/detach and forcibly remove all auxiliary devices.
Fixes: a5ae8fc9058e ("net/mlx5e: Don't create devices during unload flow")
Tested-and-Reported-by: Yicong Yang [off-list ref]
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-08-25 14:18:46
On Wed, 25 Aug 2021 12:01:22 +0300 Leon Romanovsky wrote:
On Sat, Aug 21, 2021 at 03:05:11PM +0300, Leon Romanovsky wrote:
quoted
From: Leon Romanovsky <leonro@nvidia.com>
The call to mlx5_unregister_device() means that mlx5_core driver is
removed. In such scenario, we need to disregard all other flags like
attach/detach and forcibly remove all auxiliary devices.
Fixes: a5ae8fc9058e ("net/mlx5e: Don't create devices during unload flow")
Tested-and-Reported-by: Yicong Yang [off-list ref]
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Any reason do not apply this patch?
'Awaiting upstream' => we expect Saeed to take it via his tree.
If special handling is requested is should be noted somewhere.
On Wed, 2021-08-25 at 07:18 -0700, Jakub Kicinski wrote:
On Wed, 25 Aug 2021 12:01:22 +0300 Leon Romanovsky wrote:
quoted
On Sat, Aug 21, 2021 at 03:05:11PM +0300, Leon Romanovsky wrote:
quoted
From: Leon Romanovsky <leonro@nvidia.com>
The call to mlx5_unregister_device() means that mlx5_core driver
is
removed. In such scenario, we need to disregard all other flags
like
attach/detach and forcibly remove all auxiliary devices.
Fixes: a5ae8fc9058e ("net/mlx5e: Don't create devices during
unload flow")
Tested-and-Reported-by: Yicong Yang [off-list ref]
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Any reason do not apply this patch?
'Awaiting upstream' => we expect Saeed to take it via his tree.
If special handling is requested is should be noted somewhere.
Planned for submission in my next pr.
I don't send net prs until i have enough content, to avoid spamming the
mailing list :).