All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Enable 32-bit native builds with meson
@ 2018-06-08 16:38 Bruce Richardson
  2018-06-08 16:38 ` [PATCH 1/7] kni: disable for 32-bit meson builds Bruce Richardson
                   ` (8 more replies)
  0 siblings, 9 replies; 28+ messages in thread
From: Bruce Richardson @ 2018-06-08 16:38 UTC (permalink / raw)
  To: dev; +Cc: 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 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(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-07-12 10:29 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 16:38 [PATCH 0/7] Enable 32-bit native builds with meson Bruce Richardson
2018-06-08 16:38 ` [PATCH 1/7] kni: disable for 32-bit meson builds Bruce Richardson
2018-07-02 23:45   ` Ferruh Yigit
2018-06-08 16:38 ` [PATCH 2/7] bpf: fix 32-bit build support with meson Bruce Richardson
2018-06-14 11:57   ` Ananyev, Konstantin
2018-06-08 16:38 ` [PATCH 3/7] net/sfc: disable for 32-bit builds Bruce Richardson
2018-06-08 17:10   ` Andrew Rybchenko
2018-06-08 16:38 ` [PATCH 4/7] build: disable pointer to int conversion warnings for 32-bit Bruce Richardson
2018-06-08 16:38 ` [PATCH 5/7] dpaa2: fix default IOVA build setting for meson builds Bruce Richardson
2018-06-29  8:52   ` Hemant Agrawal
2018-06-08 16:38 ` [PATCH 6/7] examples/kni: fix dependency check for building with meson Bruce Richardson
2018-07-02 23:47   ` Ferruh Yigit
2018-07-03 10:07     ` Bruce Richardson
2018-06-08 16:38 ` [PATCH 7/7] net/avp: fix 32-bit meson builds Bruce Richardson
2018-06-08 16:58   ` Legacy, Allain
2018-06-29  8:53 ` [PATCH 0/7] Enable 32-bit native builds with meson Hemant Agrawal
2018-07-03 10:31 ` [PATCH v2 0/8] " Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 1/8] kni: disable for 32-bit meson builds Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 2/8] bpf: fix 32-bit build support with meson Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 3/8] net/sfc: disable for 32-bit builds Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 4/8] build: disable pointer to int conversion warnings for 32-bit Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 5/8] dpaa2: fix default IOVA build setting for meson builds Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 6/8] examples/kni: fix dependency check for building with meson Bruce Richardson
2018-07-03 12:09     ` Ferruh Yigit
2018-07-03 10:31   ` [PATCH v2 7/8] net/avp: fix 32-bit meson builds Bruce Richardson
2018-07-03 10:31   ` [PATCH v2 8/8] net/kni: fix check for meson build Bruce Richardson
2018-07-03 12:10     ` Ferruh Yigit
2018-07-12 10:29   ` [PATCH v2 0/8] Enable 32-bit native builds with meson Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.