automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Chaoyong He <chaoyong.he@corigine.com>
Subject: |WARNING| pw124048 [PATCH v2 1/2] net/bonding: add independent LACP sending function
Date: Thu, 16 Feb 2023 09:34:33 +0100 (CET)	[thread overview]
Message-ID: <20230216083433.6EE93120B05@dpdk.org> (raw)
In-Reply-To: <20230216083231.4721-2-chaoyong.he@corigine.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#177: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1783:
+	uint16_t slave_tx_count;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#178: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1784:
+	uint16_t active_slave_count;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#179: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1785:
+	uint16_t active_slave_ids[RTE_MAX_ETHPORTS];

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#183: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1789:
+	active_slave_count = internals->active_slave_count;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#183: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1789:
+	active_slave_count = internals->active_slave_count;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#184: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1790:
+	if (unlikely(active_slave_count == 0))

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#187: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1793:
+	rte_memcpy(active_slave_ids, internals->active_slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#187: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1793:
+	rte_memcpy(active_slave_ids, internals->active_slaves,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#188: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1794:
+		sizeof(active_slave_ids[0]) * active_slave_count);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#188: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1794:
+		sizeof(active_slave_ids[0]) * active_slave_count);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#191: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1797:
+	for (i = 0; i < active_slave_count; i++) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#193: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1799:
+		struct port *port = &bond_mode_8023ad_ports[active_slave_ids[i]];

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#199: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1805:
+			slave_tx_count = rte_eth_tx_prepare(active_slave_ids[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#199: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1805:
+			slave_tx_count = rte_eth_tx_prepare(active_slave_ids[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#201: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1807:
+			slave_tx_count = rte_eth_tx_burst(active_slave_ids[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#201: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1807:
+			slave_tx_count = rte_eth_tx_burst(active_slave_ids[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#202: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1808:
+					bd_tx_q->queue_id, &ctrl_pkt, slave_tx_count);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#207: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1813:
+			if (slave_tx_count != 1)

total: 0 errors, 18 warnings, 0 checks, 97 lines checked
ERROR: symbol rte_eth_bond_8023ad_dedicated_queues_get is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_eth_bond_8023ad_lacp_send_one is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map

           reply	other threads:[~2023-02-16  8:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230216083231.4721-2-chaoyong.he@corigine.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=20230216083433.6EE93120B05@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=chaoyong.he@corigine.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).