Re: [dpdk-dev] [PATCH v5 8/8] build: replace use of old build macros

2020-10-19 Thread Thomas Monjalon
15/10/2020 17:05, Bruce Richardson: > Use the newer macros defined by meson in all DPDK source code, to ensure > there are no errors when the old non-standard macros are removed. > > Signed-off-by: Bruce Richardson > Acked-by: Luca Boccassi > --- > 85 files changed, 389 insertions(+), 389 delet

Re: [dpdk-dev] [PATCH v5 8/8] build: replace use of old build macros

2020-10-18 Thread Xu, Rosen
On 10/15/20 6:05 PM, Bruce Richardson wrote: > Use the newer macros defined by meson in all DPDK source code, to > ensure there are no errors when the old non-standard macros are removed. > > Signed-off-by: Bruce Richardson > Acked-by: Luca Boccassi Acked-by: Rosen Xu

Re: [dpdk-dev] [PATCH v5 8/8] build: replace use of old build macros

2020-10-15 Thread Andrew Rybchenko
On 10/15/20 6:05 PM, Bruce Richardson wrote: > Use the newer macros defined by meson in all DPDK source code, to ensure > there are no errors when the old non-standard macros are removed. > > Signed-off-by: Bruce Richardson > Acked-by: Luca Boccassi Acked-by: Andrew Rybchenko Many thanks for