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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 14 22:21:26 CEST 2021


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list