]> Gentwo Git Trees - linux/.git/commit
netfilter: nft_set_pipapo_avx2: split lookup function in two parts
authorFlorian Westphal <fw@strlen.de>
Fri, 15 Aug 2025 14:36:57 +0000 (16:36 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 20 Aug 2025 11:52:37 +0000 (13:52 +0200)
commit416e53e39516714057d7d06d561e49d1a89fa524
tree2444a987636beaaff17ead6387188bfc1e222cbd
parentd11b26402a33f5c45389e0a288430c457434c9cd
netfilter: nft_set_pipapo_avx2: split lookup function in two parts

Split the main avx2 lookup function into a helper.

This is a preparation patch: followup change will use the new helper
from the insertion path if possible.  This greatly improves insertion
performance when avx2 is supported.

Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nft_set_pipapo_avx2.c