|WARNING| pw114145 [PATCH v2 1/3] net/bonding: support Tx prepare

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jul 25 06:16:41 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65: 
allocates the packets to different slave devices based on the real-time

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#67: 
bonded device to determine which slave device's prepare function should

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#84: 
[1]: In bond mode 3 (broadcast), a packet needs to be sent by all slave

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#85: 
ports. Different slave PMDs process the packets differently in

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#86: 
tx_prepare. If call tx_prepare before each slave port sending, the sent

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#230: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:563:
+bond_ethdev_tx_wrap(struct bond_tx_queue *bd_tx_q, uint16_t slave_port_id,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#244: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:577:
+	nb_pre = rte_eth_tx_prepare(slave_port_id, queue_id, tx_pkts, nb_pkts);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#252: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:585:
+		nb_pre = rte_eth_tx_prepare(slave_port_id, queue_id,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#275: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:608:
+	return fail_cnt + rte_eth_tx_burst(slave_port_id, queue_id,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#287: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:655:
+			num_tx_slave = bond_ethdev_tx_wrap(bd_tx_q, slaves[i],

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#287: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:655:
+			num_tx_slave = bond_ethdev_tx_wrap(bd_tx_q, slaves[i],

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#308: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1004:
+		num_tx_total += bond_ethdev_tx_wrap(bd_tx_q, slaves[i],

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#320: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1211:
+		slave_tx_count = bond_ethdev_tx_wrap(bd_tx_q,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#321: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1212:
+			slave_port_ids[i], slave_bufs[i], slave_nb_bufs[i]);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#321: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1212:
+			slave_port_ids[i], slave_bufs[i], slave_nb_bufs[i]);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#321: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1212:
+			slave_port_ids[i], slave_bufs[i], slave_nb_bufs[i]);

total: 0 errors, 16 warnings, 0 checks, 198 lines checked
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst


More information about the test-report mailing list