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 32-bit on a 64-bit system, but this is the first step in that > process. > > Bruce Richardson (7): > kni: disable for 32-bit meson builds > bpf: fix 32-bit build support with meson > net/sfc: disable for 32-bit builds > build: disable pointer to int conversion warnings for 32-bit > dpaa2: fix default IOVA build setting for meson builds > examples/kni: fix dependency check for building with meson > net/avp: fix 32-bit meson builds > > config/arm/meson.build | 2 +- > config/meson.build | 5 +++++ > drivers/net/avp/avp_ethdev.c | 2 +- > drivers/net/sfc/meson.build | 2 +- > examples/kni/meson.build | 5 ++--- > lib/librte_bpf/meson.build | 2 +- > lib/librte_kni/meson.build | 2 +- > 7 files changed, 12 insertions(+), 8 deletions(-) > Series-Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>
- [dpdk-dev] [PATCH 4/7] build: disable pointer to int conv... Bruce Richardson
- [dpdk-dev] [PATCH 3/7] net/sfc: disable for 32-bit builds Bruce Richardson
- Re: [dpdk-dev] [PATCH 3/7] net/sfc: disable for 32-b... Andrew Rybchenko
- [dpdk-dev] [PATCH 5/7] dpaa2: fix default IOVA build sett... Bruce Richardson
- Re: [dpdk-dev] [PATCH 5/7] dpaa2: fix default IOVA b... Hemant Agrawal
- [dpdk-dev] [PATCH 7/7] net/avp: fix 32-bit meson builds Bruce Richardson
- Re: [dpdk-dev] [PATCH 7/7] net/avp: fix 32-bit meson... Legacy, Allain
- [dpdk-dev] [PATCH 6/7] examples/kni: fix dependency check... Bruce Richardson
- Re: [dpdk-dev] [PATCH 6/7] examples/kni: fix depende... Ferruh Yigit
- Re: [dpdk-dev] [PATCH 6/7] examples/kni: fix dep... Bruce Richardson
- Re: [dpdk-dev] [PATCH 0/7] Enable 32-bit native builds wi... Hemant Agrawal
- [dpdk-dev] [PATCH v2 0/8] Enable 32-bit native builds wit... Bruce Richardson
- [dpdk-dev] [PATCH v2 2/8] bpf: fix 32-bit build supp... Bruce Richardson
- [dpdk-dev] [PATCH v2 3/8] net/sfc: disable for 32-bi... Bruce Richardson
- [dpdk-dev] [PATCH v2 4/8] build: disable pointer to ... Bruce Richardson
- [dpdk-dev] [PATCH v2 1/8] kni: disable for 32-bit me... Bruce Richardson
- [dpdk-dev] [PATCH v2 6/8] examples/kni: fix dependen... Bruce Richardson
- Re: [dpdk-dev] [PATCH v2 6/8] examples/kni: fix ... Ferruh Yigit
- [dpdk-dev] [PATCH v2 7/8] net/avp: fix 32-bit meson ... Bruce Richardson
- [dpdk-dev] [PATCH v2 5/8] dpaa2: fix default IOVA bu... Bruce Richardson
- [dpdk-dev] [PATCH v2 8/8] net/kni: fix check for mes... Bruce Richardson