automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117215 [PATCH v3 05/17] net/mlx5: add HW steering port action
       [not found] <20220930125315.5079-6-suanmingm@nvidia.com>
@ 2022-09-30 12:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-09-30 12:57 UTC (permalink / raw)
  To: test-report; +Cc: Suanming Mou

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

_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'?
#398: FILE: drivers/net/mlx5/mlx5_flow.c:1492:
+	if (priv->master || priv->representor) {

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

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

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

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

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'item->mask == &nic_mask'
#866: FILE: drivers/net/mlx5/mlx5_flow_dv.c:9207:
+	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'?
#991: FILE: drivers/net/mlx5/mlx5_flow_hw.c:855:
+	if (!priv->master)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1973: 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'?
#2453: FILE: drivers/net/mlx5/mlx5_flow_hw.c:4199:
+	MLX5_ASSERT(priv->master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2623: 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'?
#2637: FILE: drivers/net/mlx5/mlx5_trigger.c:1306:
+		if ((priv->representor || priv->master) &&

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#2646: 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, 2422 lines checked

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

only message in thread, other threads:[~2022-09-30 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220930125315.5079-6-suanmingm@nvidia.com>
2022-09-30 12:57 ` |WARNING| pw117215 [PATCH v3 05/17] 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).