Re: [dpdk-dev] [PATCH v3 1/1] devtools: test 32-bit build

2020-11-06 Thread Thomas Monjalon
06/11/2020 18:11, Thomas Monjalon: > 06/11/2020 18:01, Bruce Richardson: > > On Fri, Nov 06, 2020 at 05:56:10PM +0100, Thomas Monjalon wrote: > > > From: Bruce Richardson > > > > > > It's reasonably common for patches to have issues when built on 32-bits, > > > so > > > to prevent this, we can a

Re: [dpdk-dev] [PATCH v3 1/1] devtools: test 32-bit build

2020-11-06 Thread Thomas Monjalon
06/11/2020 18:01, Bruce Richardson: > On Fri, Nov 06, 2020 at 05:56:10PM +0100, Thomas Monjalon wrote: > > From: Bruce Richardson > > > > It's reasonably common for patches to have issues when built on 32-bits, so > > to prevent this, we can add a 32-bit build (if supported) to the > > "test-meso

Re: [dpdk-dev] [PATCH v3 1/1] devtools: test 32-bit build

2020-11-06 Thread Bruce Richardson
On Fri, Nov 06, 2020 at 05:56:10PM +0100, Thomas Monjalon wrote: > From: Bruce Richardson > > It's reasonably common for patches to have issues when built on 32-bits, so > to prevent this, we can add a 32-bit build (if supported) to the > "test-meson-builds.sh" script. The tricky bit is using a v

[dpdk-dev] [PATCH v3 1/1] devtools: test 32-bit build

2020-11-06 Thread Thomas Monjalon
From: Bruce Richardson It's reasonably common for patches to have issues when built on 32-bits, so to prevent this, we can add a 32-bit build (if supported) to the "test-meson-builds.sh" script. The tricky bit is using a valid PKG_CONFIG_LIBDIR, so for now we use two common possibilities for wher