[dpdk-test-report] |WARNING| pw67747 [PATCH v3 03/11] net/octeontx2: add dynamic topology update support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 3 10:54:42 CEST 2020


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <otx2_dev_is_Ax>
#161: FILE: drivers/net/octeontx2/otx2_tm.c:62:
+	return otx2_dev_is_pf(dev) && !otx2_dev_is_Ax(dev) && !is_lbk;

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#646: FILE: drivers/net/octeontx2/otx2_tm.c:1162:
+		otx2_tm_dbg("Update sq(%u) rr_quantum 0x%"PRIx64, sq, rr_quantum);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#646: FILE: drivers/net/octeontx2/otx2_tm.c:1162:
+		otx2_tm_dbg("Update sq(%u) rr_quantum 0x%"PRIx64, sq, rr_quantum);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#648: FILE: drivers/net/octeontx2/otx2_tm.c:1164:
+		otx2_tm_dbg("Enabling sq(%u)->smq(%u), rr_quantum 0x%"PRIx64,

total: 0 errors, 0 warnings, 4 checks, 841 lines checked


More information about the test-report mailing list