Re: [PATCH net-next 4/4] net: marvell: prestera: Offload FLOW_ACTION_POLICE

From: Jakub Kicinski
Date: Fri Jul 30 2021 - 13:02:38 EST


On Fri, 30 Jul 2021 16:39:25 +0300 Vadym Kochan wrote:
> -int prestera_hw_acl_rule_add(struct prestera_switch *sw,
> - struct prestera_acl_rule *rule,
> - u32 *rule_id)
> +int __prestera_hw_acl_rule_add(struct prestera_switch *sw,
> + struct prestera_acl_rule *rule,
> + u32 *rule_id)
> {
> struct prestera_msg_acl_action *actions;
> struct prestera_msg_acl_match *matches;

> +int __prestera_hw_acl_rule_ext_add(struct prestera_switch *sw,
> + struct prestera_acl_rule *rule,
> + u32 *rule_id)

both should be static