automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118722 [PATCH v5 05/18] net/mlx5: add HW steering port action
       [not found] <20221020032210.30250-6-suanmingm@nvidia.com>
@ 2022-10-20  3:25 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-20  3:25 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#127: 
only on the port designated as master. Attaching and detaching of ports

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#404: FILE: drivers/net/mlx5/mlx5_flow.c:1494:
+	if (priv->master || priv->representor) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#517: FILE: drivers/net/mlx5/mlx5_flow.c:11130:
+	if (!priv->master && !priv->representor)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#522: FILE: drivers/net/mlx5/mlx5_flow.c:11135:
+					  " for port which is not a master"

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#524: FILE: drivers/net/mlx5/mlx5_flow.c:11137:
+	if (priv->master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#532: FILE: drivers/net/mlx5/mlx5_flow.c:11145:
+		if (port_priv->master &&

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'item->mask == &nic_mask'
#872: FILE: drivers/net/mlx5/mlx5_flow_dv.c:9182:
+	if ((item->mask == &nic_mask) &&
+	    ((!attr->group && !(attr->transfer && priv->fdb_def_rule) &&
+	    !priv->sh->tunnel_header_0_1) ||
+	    ((attr->group || (attr->transfer && priv->fdb_def_rule)) &&
+	    !priv->sh->misc5_cap)))

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#997: FILE: drivers/net/mlx5/mlx5_flow_hw.c:855:
+	if (!priv->master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1979: FILE: drivers/net/mlx5/mlx5_flow_hw.c:3493:
+	bool is_proxy = !!(priv->sh->config.dv_esw_en && priv->master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2459: FILE: drivers/net/mlx5/mlx5_flow_hw.c:4199:
+	MLX5_ASSERT(priv->master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2629: FILE: drivers/net/mlx5/mlx5_trigger.c:1292:
+	if (priv->sh->config.dv_esw_en && priv->master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2643: FILE: drivers/net/mlx5/mlx5_trigger.c:1306:
+		if ((priv->representor || priv->master) &&

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2652: FILE: drivers/net/mlx5/mlx5_trigger.c:1315:
+	if ((priv->master || priv->representor) && priv->sh->config.dv_esw_en) {

total: 0 errors, 12 warnings, 1 checks, 2428 lines checked

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

only message in thread, other threads:[~2022-10-20  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221020032210.30250-6-suanmingm@nvidia.com>
2022-10-20  3:25 ` |WARNING| pw118722 [PATCH v5 05/18] net/mlx5: add HW steering port action 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).