mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:10:56 +07:00
net/mlx5e: Init ethtool steering for representors
During transition to uplink representors the code responsible for initializing ethtool steering functionality wasn't added to representor init rx routine. This causes NULL pointer dereference during configuration of network flow classification rule with ethtool (only possible to reproduce with next commit in this series which registers necessary ethtool callbacks). Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com>
This commit is contained in:
parent
01013ad355
commit
6783e8b29f
@ -1685,6 +1685,8 @@ static int mlx5e_init_rep_rx(struct mlx5e_priv *priv)
|
||||
if (err)
|
||||
goto err_destroy_root_ft;
|
||||
|
||||
mlx5e_ethtool_init_steering(priv);
|
||||
|
||||
return 0;
|
||||
|
||||
err_destroy_root_ft:
|
||||
|
Loading…
Reference in New Issue
Block a user