Re: [dpdk-dev] [PATCH v4 1/6] drivers: cleanup meson build variable

2020-02-12 Thread Thomas Monjalon
12/02/2020 10:26, Xu, Rosen: > I find some build error in patchwork. This is a failure in the unit tests, probably unrelated: https://lab.dpdk.org/results/dashboard/patchsets/9573/ This is the error message: buildtools/meson.build:6:0: ERROR: Program(s) ['pkg-config', 'pkg

Re: [dpdk-dev] [PATCH v4 1/6] drivers: cleanup meson build variable

2020-02-12 Thread Xu, Rosen
Hi, I find some build error in patchwork. > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, February 12, 2020 10:00 > To: dev@dpdk.org > Cc: Richardson, Bruce ; Matan Azrad > ; Shahaf Shuler ; > Viacheslav Ovsiienko ; Xu, Rosen > ; Zhang, Tianfei > Subject: [PATCH v4 1/6]

[dpdk-dev] [PATCH v4 1/6] drivers: cleanup meson build variable

2020-02-11 Thread Thomas Monjalon
The variable build is already initialized as true in drivers/meson.build. Duplicate initializations can be removed from mlx. When the variable build is set to false, it is easier to call subdir_done() than branch the rest of the code on build condition. Suggested-by: Bruce Richardson Signed-off-