|WARNING| pw136052 [PATCH 4/7] net/gve: RSS configuration update support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 23 01:18:52 CET 2024


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

_coding style issues_


ERROR:C99_COMMENTS: do not use C99 // comments
#134: FILE: drivers/net/gve/gve_ethdev.c:101:
+	// Reset RSS RETA in case number of queues changed.

ERROR:C99_COMMENTS: do not use C99 // comments
#225: FILE: drivers/net/gve/gve_ethdev.c:730:
+	// Set redirection table to default or preexisting.

WARNING:TYPO_SPELLING: 'defualt' may be misspelled - perhaps 'default'?
#258: FILE: drivers/net/gve/gve_ethdev.c:763:
+			PMD_DRV_LOG(ERR, "Unable to retrieve defualt RSS hash key.");

ERROR:CODE_INDENT: code indent should use tabs where possible
#308: FILE: drivers/net/gve/gve_ethdev.h:297:
+        struct gve_rss_config rss_config;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#308: FILE: drivers/net/gve/gve_ethdev.h:297:
+        struct gve_rss_config rss_config;$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 4 errors, 2 warnings, 0 checks, 194 lines checked


More information about the test-report mailing list