From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Chengwen Feng <fengchengwen@huawei.com>
Subject: |WARNING| pw120448 [PATCH 2/2] net/bonding: support dump LACP info
Date: Mon, 5 Dec 2022 09:18:03 +0100 (CET) [thread overview]
Message-ID: <20221205081803.609DD122CD9@dpdk.org> (raw)
In-Reply-To: <20221205081051.25905-3-fengchengwen@huawei.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120448
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#126: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3472:
+dump_lacp_slave(const struct rte_eth_bond_8023ad_slave_info *info, FILE *f)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#126: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3472:
+dump_lacp_slave(const struct rte_eth_bond_8023ad_slave_info *info, FILE *f)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#175: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3521:
+ struct rte_eth_bond_8023ad_slave_info slave_info;
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#175: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3521:
+ struct rte_eth_bond_8023ad_slave_info slave_info;
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#177: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3523:
+ uint16_t slaves[RTE_MAX_ETHPORTS];
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#178: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3524:
+ int num_active_slaves;
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#183: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3529:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#185: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3531:
+ if (num_active_slaves < 0) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#186: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3532:
+ fprintf(f, " Failed to get active slave list for port %u
",
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#200: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3546:
+ for (i = 0; i < num_active_slaves; i++) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#201: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3547:
+ ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#201: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3547:
+ ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#202: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3548:
+ &slave_info);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#204: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3550:
+ fprintf(f, " Get slave device %u 8023ad info failed
",
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#205: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3551:
+ slaves[i]);
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#208: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3554:
+ fprintf(f, " Slave Port: %u
", slaves[i]);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#209: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3555:
+ dump_lacp_slave(&slave_info, f);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#209: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3555:
+ dump_lacp_slave(&slave_info, f);
total: 0 errors, 20 warnings, 0 checks, 155 lines checked
next prev parent reply other threads:[~2022-12-05 8:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20221205081051.25905-3-fengchengwen@huawei.com>
2022-12-05 8:12 ` |SUCCESS| pw120450-120448 " qemudev
2022-12-05 8:16 ` qemudev
2022-12-05 8:18 ` checkpatch [this message]
2022-12-05 10:18 ` |SUCCESS| pw120448 " 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=20221205081803.609DD122CD9@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=fengchengwen@huawei.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).