[dpdk-stable] [dpdk-dev] [PATCH v11 2/7] net/bnxt: fix aarch32 build
Ajit Khaparde
ajitkhaparde at gmail.com
Wed Dec 9 20:08:06 CET 2020
> From: Ruifeng Wang <ruifeng.wang at arm.com>
> NEON vector path of the PMD needs aarch64 support. But it was
> enabled for aarch32 build as well because aarch32 build had
> cpu_family set to aarch64. So build for aarch32 will fail due
> to unsupported intrinsics.
> Fixed aarch32 build by updating meson file to execule NEON vector
> implementation for aarch32.
> Fixes: 398358341419 ("net/bnxt: support NEON")
> Cc: lance.richardson at broadcom.com
> Cc: stable at dpdk.org
> Signed-off-by: Ruifeng Wang <ruifeng.wang at arm.com>
> Reviewed-by: Lance Richardson <lance.richardson at broadcom.com>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
More information about the stable
mailing list