Re: [dpdk-dev] [v21.02 v3 01/10] app/procinfo: fix redundant condition

2021-01-08 Thread David Marchand
On Thu, Nov 19, 2020 at 12:59 PM Ferruh Yigit wrote: > > '_filters' is compared twice, second one will be always false, removing > it using the message more relevant to the '_filters'. > > Fixes: 2deb6b5246d7 ("app/procinfo: add collectd format and host id") > Cc: sta...@dpdk.org > > Signed-off-by

[dpdk-dev] [v21.02 v3 01/10] app/procinfo: fix redundant condition

2020-11-19 Thread Ferruh Yigit
'_filters' is compared twice, second one will be always false, removing it using the message more relevant to the '_filters'. Fixes: 2deb6b5246d7 ("app/procinfo: add collectd format and host id") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- app/proc-info/main.c | 4 +--- 1 file changed,