automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw91545 [PATCH] net/bonding: fix add bonded device itself as its slave
       [not found] <1618470594-64612-1-git-send-email-humin29@huawei.com>
@ 2021-04-15  7:10 ` checkpatch
  2021-04-15  8:55 ` [dpdk-test-report] |SUCCESS| pw91545 " 0-day Robot
  2021-04-15  8:57 ` [dpdk-test-report] |SUCCESS| pw91545 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-04-15  7:10 UTC (permalink / raw)
  To: test-report; +Cc: Min Hu (Connor)

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#52: 
Adding the bond device as its own slave should be forbidden. This

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59: 
testpmd> add bonding slave 4 4

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#70: 
0x000000000052730c in cmd_add_bonding_slave_parsed ()

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#98: FILE: drivers/net/bonding/eth_bond_private.h:215:
+valid_slave_port_id(struct bond_dev_private *internals, uint16_t port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#111: FILE: drivers/net/bonding/rte_eth_bond_api.c:59:
+valid_slave_port_id(struct bond_dev_private *internals, uint16_t slave_port_id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#111: FILE: drivers/net/bonding/rte_eth_bond_api.c:59:
+valid_slave_port_id(struct bond_dev_private *internals, uint16_t slave_port_id)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#114: FILE: drivers/net/bonding/rte_eth_bond_api.c:61:
+	RTE_ETH_VALID_PORTID_OR_ERR_RET(slave_port_id, -1);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#119: FILE: drivers/net/bonding/rte_eth_bond_api.c:63:
+	/* Verify that slave_port_id refers to a non bonded port */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#120: FILE: drivers/net/bonding/rte_eth_bond_api.c:64:
+	if (check_for_bonded_ethdev(&rte_eth_devices[slave_port_id]) == 0 &&

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#128: FILE: drivers/net/bonding/rte_eth_bond_api.c:72:
+	if (internals->port_id == slave_port_id) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#130: FILE: drivers/net/bonding/rte_eth_bond_api.c:74:
+			"Cannot add the bonded device itself as its slave.");

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#142: FILE: drivers/net/bonding/rte_eth_bond_api.c:465:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#142: FILE: drivers/net/bonding/rte_eth_bond_api.c:465:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#157: FILE: drivers/net/bonding/rte_eth_bond_api.c:620:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#157: FILE: drivers/net/bonding/rte_eth_bond_api.c:620:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#168: FILE: drivers/net/bonding/rte_eth_bond_api.c:646:
+	if (valid_slave_port_id(internals, slave_port_id) < 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#168: FILE: drivers/net/bonding/rte_eth_bond_api.c:646:
+	if (valid_slave_port_id(internals, slave_port_id) < 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#177: FILE: drivers/net/bonding/rte_eth_bond_api.c:794:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#177: FILE: drivers/net/bonding/rte_eth_bond_api.c:794:
+	if (valid_slave_port_id(internals, slave_port_id) != 0)

total: 0 errors, 19 warnings, 0 checks, 78 lines checked

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

* [dpdk-test-report] |SUCCESS| pw91545 net/bonding: fix add bonded device itself as its slave
       [not found] <1618470594-64612-1-git-send-email-humin29@huawei.com>
  2021-04-15  7:10 ` [dpdk-test-report] |WARNING| pw91545 [PATCH] net/bonding: fix add bonded device itself as its slave checkpatch
@ 2021-04-15  8:55 ` 0-day Robot
  2021-04-15  8:57 ` [dpdk-test-report] |SUCCESS| pw91545 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-04-15  8:55 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/91545/

_travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/223139401

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

* [dpdk-test-report] |SUCCESS| pw91545 [dpdk-dev] [PATCH] net/bonding: fix add bonded device itself as its slave
       [not found] <1618470594-64612-1-git-send-email-humin29@huawei.com>
  2021-04-15  7:10 ` [dpdk-test-report] |WARNING| pw91545 [PATCH] net/bonding: fix add bonded device itself as its slave checkpatch
  2021-04-15  8:55 ` [dpdk-test-report] |SUCCESS| pw91545 " 0-day Robot
@ 2021-04-15  8:57 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-04-15  8:57 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2021-04-15  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1618470594-64612-1-git-send-email-humin29@huawei.com>
2021-04-15  7:10 ` [dpdk-test-report] |WARNING| pw91545 [PATCH] net/bonding: fix add bonded device itself as its slave checkpatch
2021-04-15  8:55 ` [dpdk-test-report] |SUCCESS| pw91545 " 0-day Robot
2021-04-15  8:57 ` [dpdk-test-report] |SUCCESS| pw91545 [dpdk-dev] [PATCH] " 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).