automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw129537 [PATCH 1/3] doc: announce bonding macro change
       [not found] <20230714081526.1277786-2-chaoyong.he@corigine.com>
@ 2023-07-14  8:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-07-14  8:17 UTC (permalink / raw)
  To: test-report; +Cc: Chaoyong He

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#124: FILE: app/test-pmd/testpmd.c:4251:
+	if ((*dev_info.dev_flags & RTE_ETH_DEV_BONDING_MEMBER) || (port->slave_flag == 1))

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#137: FILE: doc/guides/rel_notes/deprecation.rst:165:
+* bonding: The macro ``RTE_ETH_DEV_BONDED_SLAVE`` will be deprecated in

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#149: FILE: drivers/net/bonding/rte_eth_bond_api.c:475:
+	if (slave_eth_dev->data->dev_flags & RTE_ETH_DEV_BONDING_MEMBER) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#158: FILE: drivers/net/bonding/rte_eth_bond_api.c:618:
+	slave_eth_dev->data->dev_flags |= RTE_ETH_DEV_BONDING_MEMBER;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#167: FILE: drivers/net/bonding/rte_eth_bond_api.c:727:
+	slave_eth_dev->data->dev_flags &= (~RTE_ETH_DEV_BONDING_MEMBER);

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#183: FILE: lib/ethdev/rte_ethdev.h:2041:
+#define RTE_ETH_DEV_BONDED_SLAVE RTE_DEPRECATED(RTE_ETH_DEV_BONDED_SLAVE) RTE_ETH_DEV_BONDING_MEMBER

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#183: FILE: lib/ethdev/rte_ethdev.h:2041:
+#define RTE_ETH_DEV_BONDED_SLAVE RTE_DEPRECATED(RTE_ETH_DEV_BONDED_SLAVE) RTE_ETH_DEV_BONDING_MEMBER

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#183: FILE: lib/ethdev/rte_ethdev.h:2041:
+#define RTE_ETH_DEV_BONDED_SLAVE RTE_DEPRECATED(RTE_ETH_DEV_BONDED_SLAVE) RTE_ETH_DEV_BONDING_MEMBER

total: 1 errors, 7 warnings, 50 lines checked

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

only message in thread, other threads:[~2023-07-14  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230714081526.1277786-2-chaoyong.he@corigine.com>
2023-07-14  8:17 ` |WARNING| pw129537 [PATCH 1/3] doc: announce bonding macro change 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).