Commit 5dde00a7 authored by Yevgeny Kliteynik's avatar Yevgeny Kliteynik Committed by Saeed Mahameed

net/mlx5: DR, Fix typo 'offeset' to 'offset'

Signed-off-by: default avatarYevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 1ffd4989
...@@ -632,7 +632,7 @@ int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher, ...@@ -632,7 +632,7 @@ int mlx5dr_actions_build_ste_arr(struct mlx5dr_matcher *matcher,
return -EOPNOTSUPP; return -EOPNOTSUPP;
case DR_ACTION_TYP_CTR: case DR_ACTION_TYP_CTR:
attr.ctr_id = action->ctr->ctr_id + attr.ctr_id = action->ctr->ctr_id +
action->ctr->offeset; action->ctr->offset;
break; break;
case DR_ACTION_TYP_TAG: case DR_ACTION_TYP_TAG:
attr.flow_tag = action->flow_tag->flow_tag; attr.flow_tag = action->flow_tag->flow_tag;
......
...@@ -941,7 +941,7 @@ struct mlx5dr_action_dest_tbl { ...@@ -941,7 +941,7 @@ struct mlx5dr_action_dest_tbl {
struct mlx5dr_action_ctr { struct mlx5dr_action_ctr {
u32 ctr_id; u32 ctr_id;
u32 offeset; u32 offset;
}; };
struct mlx5dr_action_vport { struct mlx5dr_action_vport {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment