automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw136053 [PATCH 5/7] net/gve: RSS redirection table update support
       [not found] <20240123001645.1507779-6-joshwash@google.com>
@ 2024-01-23  0:18 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-01-23  0:18 UTC (permalink / raw)
  To: test-report; +Cc: Joshua Washington

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-23  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240123001645.1507779-6-joshwash@google.com>
2024-01-23  0:18 ` |WARNING| pw136053 [PATCH 5/7] net/gve: RSS redirection table update support checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).