mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 20:12:00 -04:00
net/mlx5e: Fix ethtool RX hash func configuration change
We should modify TIRs explicitly to apply the new RSS configuration.
The light ndo close/open calls do not "refresh" them.
Fixes: 2d75b2bc8a ('net/mlx5e: Add ethtool RSS configuration options')
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
0ad9b20415
commit
bdfc028de1
@@ -4245,7 +4245,9 @@ struct mlx5_ifc_modify_tir_bitmask_bits {
|
||||
|
||||
u8 reserved_at_20[0x1b];
|
||||
u8 self_lb_en[0x1];
|
||||
u8 reserved_at_3c[0x3];
|
||||
u8 reserved_at_3c[0x1];
|
||||
u8 hash[0x1];
|
||||
u8 reserved_at_3e[0x1];
|
||||
u8 lro[0x1];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user