|WARNING| pw106652 [PATCH 2/2] net/bonding: fix reference count on mbufs

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 28 03:26:10 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#53: 
In bonding Tx broadcast mode, Packets should be sent by every slave,

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#77: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1321:
+		rte_pktmbuf_refcnt_update(bufs[i], num_of_slaves - 1);

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


More information about the test-report mailing list