automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Suanming Mou <suanmingm@nvidia.com>
Subject: |WARNING| pw116745 [PATCH 07/27] net/mlx5: create port actions
Date: Fri, 23 Sep 2022 16:46:12 +0200 (CEST)	[thread overview]
Message-ID: <20220923144612.71F27121F02@dpdk.org> (raw)
In-Reply-To: <20220923144334.27736-8-suanmingm@nvidia.com>

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

_coding style issues_


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

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

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

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

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

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

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

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

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

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

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

total: 0 errors, 11 warnings, 1 checks, 2342 lines checked

           reply	other threads:[~2022-09-23 14:46 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220923144334.27736-8-suanmingm@nvidia.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220923144612.71F27121F02@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=suanmingm@nvidia.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).