Re: [dpdk-dev] [PATCH 0/7] Enable 32-bit native builds with meson

2018-06-29 Thread Hemant Agrawal
On 6/8/2018 10:08 PM, Bruce Richardson wrote: > This patchset enables building DPDK on 32-bit systems, and has been tested > using debian 32-bit on x86 i.e. doing an "i686" build in the old build > system. > > Additional work is still required (possibly via cross-file) to get DPDK > building for

[dpdk-dev] [PATCH 0/7] Enable 32-bit native builds with meson

2018-06-08 Thread Bruce Richardson
This patchset enables building DPDK on 32-bit systems, and has been tested using debian 32-bit on x86 i.e. doing an "i686" build in the old build system. Additional work is still required (possibly via cross-file) to get DPDK building for 32-bit on a 64-bit system, but this is the first step in th