[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca81db9e-7d88-41ad-23d9-6ff8f03c86ba@mojatatu.com>
Date: Sat, 11 Dec 2021 14:09:45 -0500
From: Jamal Hadi Salim <jhs@...atatu.com>
To: Simon Horman <simon.horman@...igine.com>, netdev@...r.kernel.org
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Dan Carpenter <dan.carpenter@...cle.com>,
Ido Schimmel <idosch@...dia.com>,
Jiri Pirko <jiri@...nulli.us>, Oz Shlomo <ozsh@...dia.com>,
Roi Dayan <roid@...dia.com>, Vlad Buslov <vladbu@...dia.com>,
Baowen Zheng <baowen.zheng@...igine.com>,
Louis Peens <louis.peens@...igine.com>,
oss-drivers@...igine.com
Subject: Re: [PATCH v6 net-next 03/12] flow_offload: add index to
flow_action_entry structure
On 2021-12-09 04:27, Simon Horman wrote:
> diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
> index 3961461d9c8b..f6970213497a 100644
> --- a/include/net/flow_offload.h
> +++ b/include/net/flow_offload.h
> @@ -197,6 +197,7 @@ void flow_action_cookie_destroy(struct flow_action_cookie *cookie);
>
> struct flow_action_entry {
> enum flow_action_id id;
> + u32 index;
> enum flow_action_hw_stats hw_stats;
> action_destr destructor;
> void *destructor_priv;
Because "index" is such a common noun - can you name this one
"hw_index" for grep-ability?
cheers,
jamal
Powered by blists - more mailing lists