* [dpdk-test-report] |WARNING| pw99564 [PATCH] [v3] app/testpmd: add cmdline to show LACP bonding info
@ 2021-10-06 11:53 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-10-06 11:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, Min Hu (Connor)
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]
Test-Label: iol-spell-check-testing
Test-Status: WARNING
http://dpdk.org/patch/99564
_Testing issues_
Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Friday, September 24 2021 09:57:20
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2700326085033fd13339a8de31f58a95d1ee9c3f
99564 --> testing fail
Test environment and result as below:
+--------------+-------------+
| Environment | spell_check |
+==============+=============+
| Ubuntu 20.04 | FAIL |
+--------------+-------------+
==== 20 line log output for Ubuntu 20.04 (spell_check): ====
dpdk/doc/guides/nics/ice.rst:224 single-ended
dpdk/doc/guides/nics/ice.rst:232 vRAN
dpdk/doc/guides/testpmd_app_ug/run_app.rst:309 flowgen-flows
Errors found: 3
==== End log output ====
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/18940/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <20210924095720.64398-1-humin29@huawei.com>]
* [dpdk-test-report] |WARNING| pw99564 [PATCH v3] app/testpmd: add cmdline to show LACP bonding info
[not found] <20210924095720.64398-1-humin29@huawei.com>
@ 2021-09-24 9:59 ` checkpatch
0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-24 9:59 UTC (permalink / raw)
To: test-report; +Cc: Min Hu (Connor)
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/99564
_coding style issues_
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#59:
Show the lacp information about the bonded device and its slaves:
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#114: FILE: app/test-pmd/cmdline.c:6134:
+static void lacp_slave_info_show(struct rte_eth_bond_8023ad_slave_info *info)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#114: FILE: app/test-pmd/cmdline.c:6134:
+static void lacp_slave_info_show(struct rte_eth_bond_8023ad_slave_info *info)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#194: FILE: app/test-pmd/cmdline.c:6214:
+ struct rte_eth_bond_8023ad_slave_info slave_info;
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#194: FILE: app/test-pmd/cmdline.c:6214:
+ struct rte_eth_bond_8023ad_slave_info slave_info;
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#196: FILE: app/test-pmd/cmdline.c:6216:
+ portid_t slaves[RTE_MAX_ETHPORTS];
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#198: FILE: app/test-pmd/cmdline.c:6218:
+ int num_active_slaves;
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#209: FILE: app/test-pmd/cmdline.c:6229:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#209: FILE: app/test-pmd/cmdline.c:6229:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#209: FILE: app/test-pmd/cmdline.c:6229:
+ num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#211: FILE: app/test-pmd/cmdline.c:6231:
+ if (num_active_slaves < 0) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#212: FILE: app/test-pmd/cmdline.c:6232:
+ fprintf(stderr, " Failed to get active slave list for port = %u
",
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#216: FILE: app/test-pmd/cmdline.c:6236:
+ if (num_active_slaves == 0)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#217: FILE: app/test-pmd/cmdline.c:6237:
+ fprintf(stderr, " IEEE802.3 port %u has no active slave
",
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#229: FILE: app/test-pmd/cmdline.c:6249:
+ for (i = 0; i < num_active_slaves; i++) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#230: FILE: app/test-pmd/cmdline.c:6250:
+ ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#230: FILE: app/test-pmd/cmdline.c:6250:
+ ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#231: FILE: app/test-pmd/cmdline.c:6251:
+ &slave_info);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#233: FILE: app/test-pmd/cmdline.c:6253:
+ fprintf(stderr, " Get slave device %u info failed
",
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#234: FILE: app/test-pmd/cmdline.c:6254:
+ slaves[i]);
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#237: FILE: app/test-pmd/cmdline.c:6257:
+ printf(" Slave Port: %u
", slaves[i]);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#238: FILE: app/test-pmd/cmdline.c:6258:
+ lacp_slave_info_show(&slave_info);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#238: FILE: app/test-pmd/cmdline.c:6258:
+ lacp_slave_info_show(&slave_info);
total: 0 errors, 23 warnings, 214 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-06 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 11:53 [dpdk-test-report] |WARNING| pw99564 [PATCH] [v3] app/testpmd: add cmdline to show LACP bonding info dpdklab
[not found] <20210924095720.64398-1-humin29@huawei.com>
2021-09-24 9:59 ` [dpdk-test-report] |WARNING| pw99564 [PATCH v3] " 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).