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

2018-07-12 Thread Thomas Monjalon
03/07/2018 12:31, 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. > > v2: > - fixed LIB_LIBRTE_KNI to RTE_LIBRTE_KNI in examples/kni patch [Ferruh] > - added patch to

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

2018-07-03 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. v2: - fixed LIB_LIBRTE_KNI to RTE_LIBRTE_KNI in examples/kni patch [Ferruh] - added patch to make same change in drivers/net/kni [Ferruh] Bru