[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211118223107.183dad75@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Thu, 18 Nov 2021 22:31:07 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Simon Horman <simon.horman@...igine.com>
Cc: netdev@...r.kernel.org, Cong Wang <xiyou.wangcong@...il.com>,
Ido Schimmel <idosch@...dia.com>,
Jamal Hadi Salim <jhs@...atatu.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 v4 03/10] flow_offload: add index to flow_action_entry
structure
On Thu, 18 Nov 2021 14:07:58 +0100 Simon Horman wrote:
> From: Baowen Zheng <baowen.zheng@...igine.com>
>
> Add index to flow_action_entry structure and delete index from police and
> gate child structure.
>
> We make this change to offload tc action for driver to identify a tc
> action.
>
> Signed-off-by: Baowen Zheng <baowen.zheng@...igine.com>
> Signed-off-by: Simon Horman <simon.horman@...igine.com>
drivers/net/ethernet/mscc/ocelot_flower.c:306:43: error: ‘const struct <anonymous>’ has no member named ‘index’
306 | pol_ix = a->police.index + ocelot->vcap_pol.base;
| ^
Powered by blists - more mailing lists