automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wan Junjie <wanjunjie@bytedance.com>
Subject: |WARNING| pw107581 [PATCH v2 2/2] net/bonding: fix slaves initializing on mtu setting
Date: Tue, 15 Feb 2022 12:01:05 +0100 (CET)	[thread overview]
Message-ID: <20220215110105.2FE0412336A@dpdk.org> (raw)
In-Reply-To: <20220215105940.60051-1-wanjunjie@bytedance.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#60: 
Subject: [PATCH v2 2/2] net/bonding: fix slaves initializing on mtu setting

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#86: 
-a 0000:af:00.0 --vdev="net_bonding0,mode=2,slave=0000:af:00.0"

WARNING:TYPO_SPELLING: 'compain' may be misspelled - perhaps 'complain'?
#88: 
It will fail and compain for the slave device

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#88: 
It will fail and compain for the slave device

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#147: FILE: drivers/net/bonding/eth_bond_private.h:250:
+slave_start(struct rte_eth_dev *bonded_eth_dev,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#148: FILE: drivers/net/bonding/eth_bond_private.h:251:
+		struct rte_eth_dev *slave_eth_dev);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#161: FILE: drivers/net/bonding/rte_eth_bond_api.c:569:
+		if (slave_start(bonded_eth_dev, slave_eth_dev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#161: FILE: drivers/net/bonding/rte_eth_bond_api.c:569:
+		if (slave_start(bonded_eth_dev, slave_eth_dev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#162: FILE: drivers/net/bonding/rte_eth_bond_api.c:570:
+			internals->slave_count--;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#163: FILE: drivers/net/bonding/rte_eth_bond_api.c:571:
+			RTE_BOND_LOG(ERR, "rte_bond_slaves_start: port=%d",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#164: FILE: drivers/net/bonding/rte_eth_bond_api.c:572:
+					slave_port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#197: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1761:
+slave_start(struct rte_eth_dev *bonded_eth_dev,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#198: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1762:
+		struct rte_eth_dev *slave_eth_dev)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#215: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1818:
+		if (internals->mode4.dedicated_queues.flow[slave_eth_dev->data->port_id] != NULL) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#216: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1819:
+			errval = rte_flow_destroy(slave_eth_dev->data->port_id,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#220: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1823:
+				slave_eth_dev->data->port_id, errval);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#229: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2016:
+		if (slave_start(eth_dev, slave_ethdev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#229: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2016:
+		if (slave_start(eth_dev, slave_ethdev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#231: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2018:
+				"bonded port (%d) failed to start slave device (%d)",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#233: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2020:
+				internals->slaves[i].port_id);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#243: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3871:
+	/* configure slaves so we can pass mtu setting */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#244: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3872:
+	for (i = 0; i < internals->slave_count; i++) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#245: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3873:
+		struct rte_eth_dev *slave_ethdev =

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#246: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3874:
+				&(rte_eth_devices[internals->slaves[i].port_id]);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#247: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3875:
+		if (slave_configure(dev, slave_ethdev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#247: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3875:
+		if (slave_configure(dev, slave_ethdev) != 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#249: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3877:
+				"bonded port (%d) failed to configure slave device (%d)",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#251: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3879:
+				internals->slaves[i].port_id);

total: 0 errors, 28 warnings, 0 checks, 121 lines checked

       reply	other threads:[~2022-02-15 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220215105940.60051-1-wanjunjie@bytedance.com>
2022-02-15 11:01 ` checkpatch [this message]
2022-02-15 12:59 ` |SUCCESS| " 0-day Robot

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=20220215110105.2FE0412336A@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=wanjunjie@bytedance.com \
    /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).