On Tue, Jun 16, 2020 at 1:18 AM Ruifeng Wang <ruifeng.w...@arm.com> wrote: > <snip> > > +#if defined(RTE_ARCH_ARM64) > > +#include <arm_neon.h> > > rte_vect.h includes compatibility improvement. It can replace arm_neon.h here. > > > +#else > > +#error "bnxt vector pmd: unsupported target." > > +#endif > > +
Thanks, Ruifeng, I've addressed this in v2. Lance