* |WARNING| pw129615 [PATCH v3 1/3] doc: announce bonding macro change
[not found] <20230718082856.2235450-2-chaoyong.he@corigine.com>
@ 2023-07-18 8:29 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-07-18 8:29 UTC (permalink / raw)
To: test-report; +Cc: Chaoyong He
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/129615
_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'?
#136: FILE: doc/guides/rel_notes/deprecation.rst:121:
+* bonding: The macro ``RTE_ETH_DEV_BONDED_SLAVE`` will be deprecated in
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#152: 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'?
#161: 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'?
#170: 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'?
#186: 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'?
#186: 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
#186: 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, 53 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-18 8:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230718082856.2235450-2-chaoyong.he@corigine.com>
2023-07-18 8:29 ` |WARNING| pw129615 [PATCH v3 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).