[dpdk-test-report] |WARNING| pw96242 [PATCH v4 5/6] net/ena: rework RSS configuration

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 23 12:28:34 CEST 2021


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu16>
#767: FILE: drivers/net/ena/ena_rss.c:182:
+				"Failed to set %zu indirection table entry with val %" PRIu16 "
",

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#1013: FILE: drivers/net/ena/ena_rss.c:428:
+			"Setting RSS hash fields is not supported. Using default values: 0x%" PRIx64 "
",

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#1013: FILE: drivers/net/ena/ena_rss.c:428:
+			"Setting RSS hash fields is not supported. Using default values: 0x%" PRIx64 "
",

total: 0 errors, 1 warnings, 2 checks, 1029 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst


More information about the test-report mailing list