Hi Florian, On Wed, Jul 09, 2025 at 07:05:11PM +0200, Florian Westphal wrote: > v2: minor kdoc updates. I copied Stefanos RvB tags. > > This series serves as preparation to make pipapos avx2 functions > available from the control plane. > > First patch removes a few unused arguments. > Second and third patch simplify some of the set api functions. Although it is a bit lengthy, I like this simplification. > The fourth patch is the main change, it removes the control-plane > only C implementation of the pipapo lookup algorithm. > > The last patch allows the scratch maps to be backed by vmalloc. This clashes with: netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch https://patchwork.ozlabs.org/project/netfilter-devel/list/?series=463248 It seems you and Sebastian have been working on the same area at the same time. Do you have a preference on how to proceed with this clash?