net/mlx5e: TC, Remove redundant parse_attr argument
The parse_attr argument is not being used in actions_match_supported_fdb(). remove it. Signed-off-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
197c000292
commit
b97653d87b
@ -3678,7 +3678,6 @@ out_ok:
|
||||
|
||||
static bool
|
||||
actions_match_supported_fdb(struct mlx5e_priv *priv,
|
||||
struct mlx5e_tc_flow_parse_attr *parse_attr,
|
||||
struct mlx5e_tc_flow *flow,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
@ -3727,7 +3726,7 @@ actions_match_supported(struct mlx5e_priv *priv,
|
||||
return false;
|
||||
|
||||
if (mlx5e_is_eswitch_flow(flow) &&
|
||||
!actions_match_supported_fdb(priv, parse_attr, flow, extack))
|
||||
!actions_match_supported_fdb(priv, flow, extack))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user