Re: [PATCH net-next] net: prestera: acl: add multi-chain support offload

From: Jakub Kicinski
Date: Mon Feb 14 2022 - 20:22:32 EST


On Mon, 14 Feb 2022 10:20:06 +0200 Volodymyr Mytnyk wrote:
> From: Volodymyr Mytnyk <vmytnyk@xxxxxxxxxxx>
>
> Add support of rule offloading added to the non-zero index chain,
> which was previously forbidden. Also, goto action is offloaded
> allowing to jump for processing of desired chain.
>
> Note that only implicit chain 0 is bound to the device port(s) for
> processing. The rest of chains have to be jumped by actions.
>
> Signed-off-by: Volodymyr Mytnyk <vmytnyk@xxxxxxxxxxx>

Looks applied, commit fa5d824ce5dd ("net: prestera: acl: add multi-chain
support offload") in net-next, thanks!