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:
parent
0ad9b20415
commit
bdfc028de1
4 changed files with 46 additions and 22 deletions
|
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue