[PATCH] lpm: use SVE for bulk lookup

Thomas Monjalon thomas at monjalon.net
Tue Feb 7 12:15:02 CET 2023


09/01/2023 10:28, Ruifeng Wang:
> SVE was used for lookupx4 where four entries are looked up at a time.
> It is not an ideal case for SVE implementation which does not bound
> to vector length.
> Changed to use SVE implementation in bulk lookup when the feature is
> available. And optimized the SVE implementation.
> The lookupx4 sticks to NEON implementation.
> 
> Signed-off-by: Ruifeng Wang <ruifeng.wang at arm.com>

Applied, thanks.





More information about the dev mailing list