Re: [dpdk-dev] [v21.02 v3 00/10] cppcheck

2021-01-11 Thread David Marchand
On Thu, Nov 19, 2020 at 12:59 PM Ferruh Yigit wrote: > > Fix a few of issues identified by cppcheck. > There are more to address, cppcheck can be run as: > "cppcheck --enable=all --force ." > > These are very trivial issues, I think can be postponed to next release. > > Ferruh Yigit (10): > app/

[dpdk-dev] [v21.02 v3 00/10] cppcheck

2020-11-19 Thread Ferruh Yigit
Fix a few of issues identified by cppcheck. There are more to address, cppcheck can be run as: "cppcheck --enable=all --force ." These are very trivial issues, I think can be postponed to next release. Ferruh Yigit (10): app/procinfo: fix redundant condition app/procinfo: fix negative check o