Re: [PATCH net-next 1/3] net: prestera: acl: migrate to new vTCAM api

From: Jakub Kicinski
Date: Wed Nov 24 2021 - 22:19:46 EST


On Tue, 23 Nov 2021 18:58:00 +0200 Volodymyr Mytnyk wrote:
> +static inline bool
> +prestera_flow_block_is_bound(const struct prestera_flow_block *block)
> +{
> + return block->ruleset_zero;
> +}

No static inlines in C sources, let the compiler decide.

Please fix all cases.