net/mlx5e: Fix error path of updating netdev queues
authorAya Levin <ayal@nvidia.com>
Wed, 21 Apr 2021 11:26:31 +0000 (14:26 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 19 May 2021 06:01:46 +0000 (23:01 -0700)
commit5e7923acbd86d0ff29269688d8a9c47ad091dd46
treeeeeaf1a5b2f1cce31967999d11a53374bc7c8039
parent7d1a3d08c8a6398e7497a98cf3f7b73ea13d9939
net/mlx5e: Fix error path of updating netdev queues

Avoid division by zero in the error flow. In the driver TC number can be
either 1 or 8. When TC count is set to 1, driver zero netdev->num_tc.
Hence, need to convert it back from 0 to 1 in the error flow.

Fixes: fa3748775b92 ("net/mlx5e: Handle errors from netif_set_real_num_{tx,rx}_queues")
Signed-off-by: Aya Levin <ayal@nvidia.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c