net/bnxt: fix aarch32 build
authorRuifeng Wang <ruifeng.wang@arm.com>
Wed, 7 Jul 2021 13:25:38 +0000 (15:25 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 9 Jul 2021 17:59:46 +0000 (19:59 +0200)
commit746d6f83888cfd1bd3c2a1fc849372424b9aa815
tree70b6510016e6db033fb66da29ee225e62fb4f41a
parenta5f1b1e5153a4b061c538f74f1cebc01c91cff1a
net/bnxt: fix aarch32 build

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.

Fix aarch32 build by updating meson file to exclude NEON vector
implementation for aarch32.

Fixes: 398358341419 ("net/bnxt: support NEON")
Cc: stable@dpdk.org
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Lance Richardson <lance.richardson@broadcom.com>
drivers/net/bnxt/meson.build