commit | 600a3952a2a6228246fa2acb084f2e4522ca9cb1 | [log] [tgz] |
---|---|---|
author | Maxim Mikityanskiy <maximmi@mellanox.com> | Mon Nov 25 14:29:46 2019 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Feb 25 17:05:56 2020 -0800 |
tree | 5103ec13a038f0101431d9aa2490c75e1f4877dc | |
parent | 3909a12e79135a66a797041ab337a8c7cb387bdf [diff] |
net/mlx5e: Remove unneeded netif_set_real_num_tx_queues The number of queues is now updated by mlx5e_update_netdev_queues in a centralized way, when no channels are active. Remove an extra occurrence of netif_set_real_num_tx_queues to prepare it for the next commit. Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>