net/mlx5e: Remove redundant priv arg from parse_pedit_to_reformat()
The priv argument is not being used. remove it. Signed-off-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Maor Dickman <maord@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
6b50cf45b6
commit
1cc35b707c
@ -2910,8 +2910,7 @@ out_err:
|
||||
}
|
||||
|
||||
static int
|
||||
parse_pedit_to_reformat(struct mlx5e_priv *priv,
|
||||
const struct flow_action_entry *act,
|
||||
parse_pedit_to_reformat(const struct flow_action_entry *act,
|
||||
struct mlx5e_tc_flow_parse_attr *parse_attr,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
@ -2943,7 +2942,7 @@ static int parse_tc_pedit_action(struct mlx5e_priv *priv,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
if (flow && flow_flag_test(flow, L3_TO_L2_DECAP))
|
||||
return parse_pedit_to_reformat(priv, act, parse_attr, extack);
|
||||
return parse_pedit_to_reformat(act, parse_attr, extack);
|
||||
|
||||
return parse_pedit_to_modify_hdr(priv, act, namespace,
|
||||
parse_attr, hdrs, extack);
|
||||
|
Loading…
x
Reference in New Issue
Block a user