[v2,0/8] Enable 32-bit native builds with meson

Message ID 20180703103119.15747-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Enable 32-bit native builds with meson |

Message

Bruce Richardson July 3, 2018, 10:31 a.m. UTC
  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]

Bruce Richardson (8):
  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
  net/kni: fix check for meson build

 config/arm/meson.build       | 2 +-
 config/meson.build           | 5 +++++
 drivers/net/avp/avp_ethdev.c | 2 +-
 drivers/net/kni/meson.build  | 2 +-
 drivers/net/sfc/meson.build  | 2 +-
 examples/kni/meson.build     | 5 ++---
 lib/librte_bpf/meson.build   | 2 +-
 lib/librte_kni/meson.build   | 2 +-
 8 files changed, 13 insertions(+), 9 deletions(-)
  

Comments

Thomas Monjalon July 12, 2018, 10:29 a.m. UTC | #1
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 make same change in drivers/net/kni [Ferruh]
> 
> Bruce Richardson (8):
>   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
>   net/kni: fix check for meson build

Applied, thanks