automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw99394 [PATCH] app/testpmd: add cmdline to show LACP bonding info
@ 2021-09-22  6:51 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-09-22  6:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, Min Hu (Connor)

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

Test-Label: iol-spell-check-testing
Test-Status: WARNING
http://dpdk.org/patch/99394

_Testing issues_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Wednesday, September 22 2021 06:24:43 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ccf69617ce96e1b708c7644289ee8df4586f7556

99394 --> 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/testpmd_app_ug/run_app.rst:309 flowgen-flows
Errors found: 1
==== 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/18885/

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

* [dpdk-test-report] |WARNING| pw99394 [PATCH] app/testpmd: add cmdline to show LACP bonding info
       [not found] <20210922062443.34088-1-humin29@huawei.com>
@ 2021-09-22  6:27 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-22  6:27 UTC (permalink / raw)
  To: test-report; +Cc: Min Hu (Connor)

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#57: 
Show the lacp information about the bonded device and its slaves:

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#106: 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'?
#106: 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'?
#179: FILE: app/test-pmd/cmdline.c:6207:
+	struct rte_eth_bond_8023ad_slave_info slave_info;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#179: FILE: app/test-pmd/cmdline.c:6207:
+	struct rte_eth_bond_8023ad_slave_info slave_info;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#181: FILE: app/test-pmd/cmdline.c:6209:
+	portid_t slaves[RTE_MAX_ETHPORTS];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#183: FILE: app/test-pmd/cmdline.c:6211:
+	int num_active_slaves;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#194: FILE: app/test-pmd/cmdline.c:6222:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#194: FILE: app/test-pmd/cmdline.c:6222:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#194: FILE: app/test-pmd/cmdline.c:6222:
+	num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#196: FILE: app/test-pmd/cmdline.c:6224:
+	if (num_active_slaves < 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#197: FILE: app/test-pmd/cmdline.c:6225:
+		printf("	Failed to get active slave list for port = %u
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#201: FILE: app/test-pmd/cmdline.c:6229:
+	if (num_active_slaves == 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#202: FILE: app/test-pmd/cmdline.c:6230:
+		printf("	IEEE802.3 port %u has no active slave
", port_id);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#212: FILE: app/test-pmd/cmdline.c:6240:
+	for (i = 0; i < num_active_slaves; i++) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#213: FILE: app/test-pmd/cmdline.c:6241:
+		ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#213: FILE: app/test-pmd/cmdline.c:6241:
+		ret = rte_eth_bond_8023ad_slave_info(port_id, slaves[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#214: FILE: app/test-pmd/cmdline.c:6242:
+				&slave_info);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#216: FILE: app/test-pmd/cmdline.c:6244:
+			printf("	Get slave device %u info failed
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#217: FILE: app/test-pmd/cmdline.c:6245:
+					slaves[i]);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#220: FILE: app/test-pmd/cmdline.c:6248:
+		printf("	Slave Port: %u
", slaves[i]);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#221: FILE: app/test-pmd/cmdline.c:6249:
+		lacp_slave_info_show(&slave_info);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#221: FILE: app/test-pmd/cmdline.c:6249:
+		lacp_slave_info_show(&slave_info);

total: 0 errors, 23 warnings, 205 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-22  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  6:51 [dpdk-test-report] |WARNING| pw99394 [PATCH] app/testpmd: add cmdline to show LACP bonding info dpdklab
     [not found] <20210922062443.34088-1-humin29@huawei.com>
2021-09-22  6:27 ` 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).