[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ccd18502ced7c753a6783010416ff7fe65ca2746.camel@redhat.com>
Date: Thu, 08 Feb 2024 10:11:34 +0100
From: Paolo Abeni <pabeni@...hat.com>
To: Pablo Neira Ayuso <pablo@...filter.org>, netfilter-devel@...r.kernel.org
Cc: davem@...emloft.net, netdev@...r.kernel.org, kuba@...nel.org,
edumazet@...gle.com, fw@...len.de
Subject: Re: [PATCH net 11/13] netfilter: nft_set_pipapo: store index in
scratch maps
On Thu, 2024-02-08 at 00:37 +0100, Pablo Neira Ayuso wrote:
> diff --git a/net/netfilter/nft_set_pipapo.h b/net/netfilter/nft_set_pipapo.h
> index 1040223da5fa..144b186c4caf 100644
> --- a/net/netfilter/nft_set_pipapo.h
> +++ b/net/netfilter/nft_set_pipapo.h
> @@ -130,6 +130,16 @@ struct nft_pipapo_field {
> union nft_pipapo_map_bucket *mt;
> };
>
> +/**
> + * struct nft_pipapo_scratch - percpu data used for lookup and matching
> + * @map_index Current working bitmap index, toggled between field matches
> + * @map store partial matching results during lookup
(just if v2 is coming): you need to add ':' after the field names to
please kdoc.
Cheers,
Paolo
Powered by blists - more mailing lists