[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221026091738.57a72c85@kernel.org>
Date: Wed, 26 Oct 2022 09:17:38 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Roi Dayan <roid@...dia.com>
Cc: Amritha Nambiar <amritha.nambiar@...el.com>,
netdev@...r.kernel.org, alexander.duyck@...il.com,
jhs@...atatu.com, jiri@...nulli.us, xiyou.wangcong@...il.com,
vinicius.gomes@...el.com, sridhar.samudrala@...el.com,
Maor Dickman <maord@...dia.com>,
Tariq Toukan <tariqt@...dia.com>,
Saeed Mahameed <saeedm@...dia.com>,
Leon Romanovsky <leon@...nel.org>,
Pablo Neira Ayuso <pablo@...filter.org>
Subject: Re: [net-next PATCH v3 1/3] act_skbedit: skbedit queue mapping for
receive queue
On Wed, 26 Oct 2022 14:40:39 +0300 Roi Dayan wrote:
> This patch broke mlx5_core TC offloads.
> We have a generic code part going over the enum values and have a list
> of action pointers to handle parsing each action without knowing the action.
> The list of actions depends on being aligned with the values order of
> the enum which I think usually new values should go to the end of the list.
> I'm not sure if other code parts are broken from this change but at
> least one part is.
> New values were always inserted at the end.
>
> Can you make a fixup patch to move FLOW_ACTION_RX_QUEUE_MAPPING to
> the end of the enum list?
> i.e. right before NUM_FLOW_ACTIONS.
Odd, can you point us to the exact code that got broken?
There are no guarantees on ordering of kernel-internal enum
and I think it's a bad idea to make such precedent.
Powered by blists - more mailing lists