Re: [dpdk-dev] [PATCH v2] net/bnx2x: fix meson build failure

2019-11-06 Thread Thomas Monjalon
06/11/2019 06:45, Rasesh Mody: > Use kernel headers for __le* types to avoid potential conflicts > resulting in redefinition errors for Linux build environments. Errors happen only with "some" Linux environments. > Add check for FreeBSD execution environments. > > Without this fix, aarch64 build

[dpdk-dev] [PATCH v2] net/bnx2x: fix meson build failure

2019-11-05 Thread Rasesh Mody
Use kernel headers for __le* types to avoid potential conflicts resulting in redefinition errors for Linux build environments. Add check for FreeBSD execution environments. Without this fix, aarch64 builds can fail with error [1] below. [1] In file included from ../drivers/net/bnx2x/bnx2x.h:22,