[dpdk-test-report] |WARNING| pw102188 [PATCH v3 1/7] net/ena: fix verification of the offload capabilities

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 19 12:57:39 CEST 2021


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu32>
#297: FILE: drivers/net/ena/ena_ethdev.c:2252:
+				"mbuf[%" PRIu32 "] has unsupported offloads flags set: 0x%" PRIu64 "
",

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#297: FILE: drivers/net/ena/ena_ethdev.c:2252:
+				"mbuf[%" PRIu32 "] has unsupported offloads flags set: 0x%" PRIu64 "
",

CHECK:CAMELCASE: Avoid CamelCase: <PRIu16>
#312: FILE: drivers/net/ena/ena_ethdev.c:2267:
+				"mbuf[%" PRIu32 "]: requested offloads: %" PRIu16 " are not enabled for the queue[%u]
",

total: 0 errors, 0 warnings, 3 checks, 308 lines checked


More information about the test-report mailing list