[PATCH v3 3/4] lib/fib: R-V V rte_fib_lookup_bulk
Thomas Monjalon
thomas at monjalon.net
Fri Sep 19 19:48:18 CEST 2025
19/09/2025 18:33, uk7b at foxmail.com:
> From: Sun Yuechi <sunyuechi at iscas.ac.cn>
> +#ifndef _DIR248_RVV_H_
> +#define _DIR248_RVV_H_
> +
> +#include "rte_cpuflags.h"
It should be
#include <rte_cpuflags.h>
and it should be only where really needed (.c probably).
Don't bother doing another version, I'm working on it,
and will merge with coding style improvements.
More information about the dev
mailing list