[dpdk-dev] [PATCH 3/3] net/bnxt: add ARM64 vector support
Lance Richardson
lance.richardson at broadcom.com
Thu Jun 18 17:07:24 CEST 2020
On Tue, Jun 16, 2020 at 1:18 AM Ruifeng Wang <Ruifeng.Wang at 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
More information about the dev
mailing list