[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y+0E1eoKreHKN1rD@t14s.localdomain>
Date: Wed, 15 Feb 2023 08:14:13 -0800
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
To: Paul Blakey <paulb@...dia.com>
Cc: Edward Cree <ecree.xilinx@...il.com>, Oz Shlomo <ozsh@...dia.com>,
netdev@...r.kernel.org, Saeed Mahameed <saeedm@...dia.com>,
Paolo Abeni <pabeni@...hat.com>,
Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jiri Pirko <jiri@...dia.com>, Roi Dayan <roid@...dia.com>,
Vlad Buslov <vladbu@...dia.com>,
Simon Horman <simon.horman@...igine.com>
Subject: Re: [PATCH net-next v9 1/7] net/sched: cls_api: Support hardware
miss to tc action
On Wed, Feb 15, 2023 at 12:09:51PM +0200, Paul Blakey wrote:
>
>
> On 14/02/2023 21:24, Edward Cree wrote:
> > On 14/02/2023 18:48, Marcelo Ricardo Leitner wrote:
> > > On Tue, Feb 14, 2023 at 02:31:06PM +0200, Oz Shlomo wrote:
> > > > Actually, I think the current naming scheme of act_cookie and miss_cookie
> > > > makes sense.
> > >
> > > Then perhaps,
> > > act_cookie here -> instance_cookie
> > > miss_cookie -> config_cookie
> > >
> > > Sorry for the bikeshedding, btw, but these cookies are getting
> > > confusing. We need them to taste nice :-}
> >
> > I'm with Oz, keep the current name for act_cookie.
> >
> > (In my ideal world, it'd just be called cookie, and the existing
> > cookie in struct flow_action_entry would be renamed user_cookie.
> > Because act_cookie is the same thing conceptually as
> > flow_cls_offload.cookie. Though I wonder if that means it
> > belongs in struct flow_offload_action instead?)
> >
> > -ed
>
>
>
>
> Ok so I want to add this patch to the series:
>
>
> From 326938812758dbd2591b221452708504911ca419 Mon Sep 17 00:00:00 2001
> From: Paul Blakey <paulb@...dia.com>
> Date: Wed, 15 Feb 2023 10:57:40 +0200
> Subject: [PATCH] net: sched: Rename user cookie and act cookie
>
> struct tc_action->act_cookie is a user defined cookie,
> and the related struct flow_action_entry->act_cookie is
> used as an handle similar to struct flow_cls_offload->cookie.
>
> Rename tc_action->act_cookie to user_cookie, and
> flow_action_entry->act_cookie to cookie so their names
> would better fit their usage.
Makes sense. This helps a lot already.
(I didn't review the patch carefully yet, but it seems good)
Thanks!
Powered by blists - more mailing lists