automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111007 [PATCH v4] app/testpmd: fix port status of slave device
       [not found] <20220511021434.40565-1-humin29@huawei.com>
@ 2022-05-11  2:16 ` checkpatch
  2022-05-11  3:59 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-05-11  2:16 UTC (permalink / raw)
  To: test-report; +Cc: Min Hu (Connor)

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#33: 
Subject: [PATCH v4] app/testpmd: fix port status of slave device

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#59: 
Starting or stopping a bonded port also starts or stops all active slaves

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#61: 
the port status of all slaves.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#109: FILE: app/test-pmd/testpmd.c:604:
+change_bonding_slave_port_status(portid_t bond_pid, bool is_stop)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#113: FILE: app/test-pmd/testpmd.c:608:
+	portid_t slave_pids[RTE_MAX_ETHPORTS];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#115: FILE: app/test-pmd/testpmd.c:610:
+	int num_slaves;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#116: FILE: app/test-pmd/testpmd.c:611:
+	portid_t slave_pid;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#119: FILE: app/test-pmd/testpmd.c:614:
+	num_slaves = rte_eth_bond_slaves_get(bond_pid, slave_pids,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#119: FILE: app/test-pmd/testpmd.c:614:
+	num_slaves = rte_eth_bond_slaves_get(bond_pid, slave_pids,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#119: FILE: app/test-pmd/testpmd.c:614:
+	num_slaves = rte_eth_bond_slaves_get(bond_pid, slave_pids,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#121: FILE: app/test-pmd/testpmd.c:616:
+	if (num_slaves < 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#122: FILE: app/test-pmd/testpmd.c:617:
+		fprintf(stderr, "Failed to get slave list for port = %u
",

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#124: FILE: app/test-pmd/testpmd.c:619:
+		return num_slaves;

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#127: FILE: app/test-pmd/testpmd.c:622:
+	for (i = 0; i < num_slaves; i++) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#128: FILE: app/test-pmd/testpmd.c:623:
+		slave_pid = slave_pids[i];

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#128: FILE: app/test-pmd/testpmd.c:623:
+		slave_pid = slave_pids[i];

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#129: FILE: app/test-pmd/testpmd.c:624:
+		port = &ports[slave_pid];

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#155: FILE: app/test-pmd/testpmd.c:648:
+		 * Starting a bonded port also starts all slaves under the bonded

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#157: FILE: app/test-pmd/testpmd.c:650:
+		 * port status of these slaves.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#160: FILE: app/test-pmd/testpmd.c:653:
+			return change_bonding_slave_port_status(port_id, false);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#181: FILE: app/test-pmd/testpmd.c:672:
+		 * Stopping a bonded port also stops all slaves under the bonded

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#183: FILE: app/test-pmd/testpmd.c:674:
+		 * port status of these slaves.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#186: FILE: app/test-pmd/testpmd.c:677:
+			return change_bonding_slave_port_status(port_id, true);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#200: FILE: app/test-pmd/testpmd.h:269:
+	uint8_t                 slave_flag : 1, /**< bonding slave port */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#200: FILE: app/test-pmd/testpmd.h:269:
+	uint8_t                 slave_flag : 1, /**< bonding slave port */

total: 0 errors, 25 warnings, 110 lines checked

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

* |SUCCESS| pw111007 [PATCH v4] app/testpmd: fix port status of slave device
       [not found] <20220511021434.40565-1-humin29@huawei.com>
  2022-05-11  2:16 ` |WARNING| pw111007 [PATCH v4] app/testpmd: fix port status of slave device checkpatch
@ 2022-05-11  3:59 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-05-11  3:59 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/111007/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2304500877

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

end of thread, other threads:[~2022-05-11  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220511021434.40565-1-humin29@huawei.com>
2022-05-11  2:16 ` |WARNING| pw111007 [PATCH v4] app/testpmd: fix port status of slave device checkpatch
2022-05-11  3:59 ` |SUCCESS| " 0-day Robot

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).