Re: [dpdk-dev] [v21.02 v3 00/10] cppcheck
From: David Marchand <hidden>
Date: 2021-01-11 09:47:53
On Thu, Nov 19, 2020 at 12:59 PM Ferruh Yigit [off-list ref] 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/procinfo: fix redundant condition app/procinfo: fix negative check on unsigned variable app/procinfo: remove suspicious sizeof app/procinfo: remove useless assignment net/pcap: remove local variable shadowing outer one net/bonding: remove local variable shadowing outer one net/af_xdp: remove useless assignment net/bnxt: fix redundant return app/crypto-perf: remove always true condition net/avp: remove always true condition
Fixed style issue in the pcap patch, and applied the series. Thanks. -- David Marchand