]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/mlx5e: Don't override user RSS upon set channels
authorInbar Karmy <inbark@mellanox.com>
Mon, 14 Aug 2017 13:12:16 +0000 (16:12 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 30 Aug 2017 18:20:43 +0000 (21:20 +0300)
commit5a8e12678c767ccf8bb16d6237569e4a707d655b
tree89cf842ae49df77fbb890f2df36cc5718e954986
parent0556ce72ab16156af6c94cdc7964e4310acc97c0
net/mlx5e: Don't override user RSS upon set channels

Currently, increasing the number of combined channels is changing
the RSS spread to use the new created channels.
Prevent the RSS spread change in case the user explicitly declare it,
to avoid overriding user configuration.

Tested:
when RSS default:

# ethtool -L ens8 combined 4
RSS spread will change and point to 4 channels.

# ethtool -X ens8 equal 4
# ethtool -L ens8 combined 6
RSS will not change after increasing the number of the channels.

Fixes: 8bf368620486 ('ethtool: ensure channel counts are within bounds during SCHANNELS')
Signed-off-by: Inbar Karmy <inbark@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c