|WARNING| pw114642 [PATCH 19/21] net/softnic: add pipeline statistics CLI command

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 4 19:03:09 CEST 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114642

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#129: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:1961:
+			" packets %" PRIu64

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'n_tokens >= 3'
#289: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:2394:
+		if ((n_tokens >= 3) && !strcmp(tokens[2], "stats")) {

total: 0 errors, 0 warnings, 2 checks, 216 lines checked


More information about the test-report mailing list