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

2020-02-12 Thread Xu, Rosen
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Thursday, February 13, 2020 6:07 > To: dev@dpdk.org > Cc: Richardson, Bruce ; Matan Azrad > ; Shahaf Shuler ; > Viacheslav Ovsiienko ; Xu, Rosen > ; Zhang, Tianfei > Subject: [PATCH v5 1/6] drivers: cleanup meson build variable >

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

2020-02-12 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-