automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114145 [PATCH v2 1/3] net/bonding: support Tx prepare
       [not found] <20220725040842.35027-2-fengchengwen@huawei.com>
@ 2022-07-25  4:16 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-07-25  4:16 UTC (permalink / raw)
  To: test-report; +Cc: Chengwen Feng

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-25  4:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220725040842.35027-2-fengchengwen@huawei.com>
2022-07-25  4:16 ` |WARNING| pw114145 [PATCH v2 1/3] net/bonding: support Tx prepare checkpatch

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