19/09/2025 18:33, [email protected]: > From: Sun Yuechi <[email protected]> > +#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.

