automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114026 [PATCH] net/bonding: fix array overflow in Rx burst
       [not found] <23483205275b4639324b82c1607cd867327bf783.1658146483.git.wangyunjian@huawei.com>
@ 2022-07-18 13:10 ` checkpatch
  2022-07-18 14:38 ` |SUCCESS| pw114026 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-07-18 13:10 UTC (permalink / raw)
  To: test-report; +Cc: Yunjian Wang

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#61: 
'active_slave' as this code:

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#62: 
if (++active_slave == slave_count)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#62: 
if (++active_slave == slave_count)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#63: 
	active_slave = 0;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#64: 
However, the value of 'active_slave' maybe equal to 'slave_count',

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#64: 
However, the value of 'active_slave' maybe equal to 'slave_count',

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65: 
when a slave is down. This is wrong and it can cause buffer overflow.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#68: 
Fixes: e1110e977648 ("net/bonding: fix Rx slave fairness")

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#86: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85:
+		if (++active_slave >= slave_count)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#86: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85:
+		if (++active_slave >= slave_count)

total: 0 errors, 10 warnings, 0 checks, 8 lines checked

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

* |SUCCESS| pw114026 [dpdk-dev] [PATCH] net/bonding: fix array overflow in Rx burst
       [not found] <23483205275b4639324b82c1607cd867327bf783.1658146483.git.wangyunjian@huawei.com>
  2022-07-18 13:10 ` |WARNING| pw114026 [PATCH] net/bonding: fix array overflow in Rx burst checkpatch
@ 2022-07-18 14:38 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-07-18 14:38 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/114026/

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

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

end of thread, other threads:[~2022-07-18 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <23483205275b4639324b82c1607cd867327bf783.1658146483.git.wangyunjian@huawei.com>
2022-07-18 13:10 ` |WARNING| pw114026 [PATCH] net/bonding: fix array overflow in Rx burst checkpatch
2022-07-18 14:38 ` |SUCCESS| pw114026 [dpdk-dev] " 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).