Thanks Jakub for bring this to us.
On November 19, 2021 2:31 PM, Jakub Kicinski wrote:
On Thu, 18 Nov 2021 14:07:58 +0100 Simon Horman wrote:
quoted
From: Baowen Zheng <redacted>
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 <redacted>
Signed-off-by: Simon Horman <redacted>
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;
| ^
Thanks, this new change was delivered yesterday and our patch broke it. We will make the change in the V5 patches.