Re: [PATCH net-next] net: flow_offload: add support for ARP frame matching

From: Leon Romanovsky
Date: Mon Nov 07 2022 - 01:30:51 EST


On Fri, Nov 04, 2022 at 01:33:14PM +0100, Steen Hegelund wrote:
> This adds a new flow_rule_match_arp function that allows drivers
> to be able to dissect APR frames.
>
> Signed-off-by: Steen Hegelund <steen.hegelund@xxxxxxxxxxxxx>
> ---
> include/net/flow_offload.h | 6 ++++++
> net/core/flow_offload.c | 7 +++++++
> 2 files changed, 13 insertions(+)

I don't see any usage of this new API.
Please send this as part of the code that actually uses it.

Thanks