Message ID | 20240124081855.115410-9-saeed@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 5665954293f13642f9c052ead83c1e9d8cff186f |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,01/14] net/mlx5e: Use the correct lag ports number when creating TISes | expand |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c index 6f9790e97fed..95517c4aca0f 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c @@ -788,6 +788,7 @@ int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, switch (action_type) { case DR_ACTION_TYP_DROP: attr.final_icm_addr = nic_dmn->drop_icm_addr; + attr.hit_gvmi = nic_dmn->drop_icm_addr >> 48; break; case DR_ACTION_TYP_FT: dest_action = action;