[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200301084716.GR26061@nanopsycho>
Date: Sun, 1 Mar 2020 09:47:16 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
saeedm@...lanox.com, leon@...nel.org, michael.chan@...adcom.com,
vishal@...lsio.com, jeffrey.t.kirsher@...el.com,
idosch@...lanox.com, aelior@...vell.com, peppe.cavallaro@...com,
alexandre.torgue@...com, jhs@...atatu.com,
xiyou.wangcong@...il.com, ecree@...arflare.com, mlxsw@...lanox.com
Subject: Re: [patch net-next v2 08/12] flow_offload: introduce "immediate" HW
stats type and allow it in mlxsw
Sat, Feb 29, 2020 at 08:32:18PM CET, pablo@...filter.org wrote:
>On Fri, Feb 28, 2020 at 06:25:01PM +0100, Jiri Pirko wrote:
>[...]
>> @@ -31,7 +31,8 @@ static int mlxsw_sp_flower_parse_actions(struct mlxsw_sp *mlxsw_sp,
>>
>> act = flow_action_first_entry_get(flow_action);
>> switch (act->hw_stats_type) {
>> - case FLOW_ACTION_HW_STATS_TYPE_ANY:
>> + case FLOW_ACTION_HW_STATS_TYPE_ANY: /* fall-through */
>> + case FLOW_ACTION_HW_STATS_TYPE_IMMEDIATE:
>
>This TYPE_ANY mean that driver picks the counter type for you?
Driver pick any counter, yes.
>
>Otherwise, users will not have a way to know how to interpret what
>kind of counter this is.
User does not care in this case.
Powered by blists - more mailing lists