|WARNING| pw136053 [PATCH 5/7] net/gve: RSS redirection table update support

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


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

_coding style issues_


ERROR:C99_COMMENTS: do not use C99 // comments
#110: FILE: drivers/net/gve/gve_ethdev.c:783:
+	// RSS key must be set before the redirection table can be set.

ERROR:SPACING: space prohibited before that '++' (ctx:WxO)
#137: FILE: drivers/net/gve/gve_ethdev.c:810:
+			table_id ++;
 			         ^

ERROR:C99_COMMENTS: do not use C99 // comments
#164: FILE: drivers/net/gve/gve_ethdev.c:837:
+	// RSS key must be set before the redirection table can be queried.

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#182: FILE: drivers/net/gve/gve_ethdev.c:855:
+			reta_conf[table_id].reta[table_entry]
+				= priv->rss_config.indir[i];

ERROR:SPACING: space prohibited before that '++' (ctx:WxO)
#185: FILE: drivers/net/gve/gve_ethdev.c:858:
+			table_id ++;
 			         ^

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

total: 5 errors, 0 warnings, 1 checks, 113 lines checked


More information about the test-report mailing list