Re: [dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64

2020-11-06 Thread Thomas Monjalon
23/04/2020 10:23, Zhang, XuemingX: > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > >On Wed, Apr 22, 2020 at 09:48:54AM +, xueming wrote: > >> Add user interaction features. The default build is 64-bits. > >> if you want to build 32-bits on x86_64, need to pass parameters of i686.

Re: [dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64

2020-04-23 Thread Zhang, XuemingX
>; Ma, LihongX >Subject: Re: [dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64 > >On Wed, Apr 22, 2020 at 09:48:54AM +, xueming wrote: >> Add user interaction features. The default build is 64-bits. >> if you want to build 32-bits on x86_64, need to pass parameter

Re: [dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64

2020-04-22 Thread Bruce Richardson
On Wed, Apr 22, 2020 at 09:48:54AM +, xueming wrote: > Add user interaction features. The default build is 64-bits. > if you want to build 32-bits on x86_64, need to pass parameters of i686. > Merge -vv and -v into the method > > Signed-off-by: xueming > --- > devtools/test-meson-builds.sh |

[dpdk-dev] [PATCH V1] add meson build 32-bits on x86_64

2020-04-21 Thread xueming
Add user interaction features. The default build is 64-bits. if you want to build 32-bits on x86_64, need to pass parameters of i686. Merge -vv and -v into the method Signed-off-by: xueming --- devtools/test-meson-builds.sh | 64 +++ 1 file changed, 58 insertions(