Re: [dpdk-dev] [PATCH v2] meson: remove build warnings

2019-03-26 Thread Thomas Monjalon
19/03/2019 18:36, Luca Boccassi: > On Tue, 2019-03-19 at 17:22 +, Jerin Jacob Kollanukkaran wrote: > > From: Jerin Jacob > > > > Remove the following warning by comparing string to string. > > > > config/arm/meson.build:153: WARNING: Trying to compare values of > > different types (list, str

Re: [dpdk-dev] [PATCH v2] meson: remove build warnings

2019-03-19 Thread Luca Boccassi
On Tue, 2019-03-19 at 17:22 +, Jerin Jacob Kollanukkaran wrote: > From: Jerin Jacob > > Remove the following warning by comparing string to string. > > config/arm/meson.build:153: WARNING: Trying to compare values of > different types (list, str) using ==. > > Fixes: c6e536e38437 ("build: a

[dpdk-dev] [PATCH v2] meson: remove build warnings

2019-03-19 Thread Jerin Jacob Kollanukkaran
From: Jerin Jacob Remove the following warning by comparing string to string. config/arm/meson.build:153: WARNING: Trying to compare values of different types (list, str) using ==. Fixes: c6e536e38437 ("build: add more implementers IDs and PNs for ARM") Cc: sta...@dpdk.org Signed-off-by: Jerin