[PATCH v5 0/2] replace master/slave to main/member
Chaoyong He
chaoyong.he at corigine.com
Wed Aug 16 08:27:08 CEST 2023
This patch series aims to replace all the master/slave to main/member
in the bonding PMD.
---
v5:
* Rebase to DPDK v23.11.
v4:
* Fix the doc compile problem.
v3:
* Fix the check warning about 'CamelCase'.
v2:
* Modify related doc.
* Add 'RTE_DEPRECATED' to related APIs.
---
Long Wu (2):
ethdev: remove bonding deprecated macro
net/bonding: replace master/slave to main/member
app/test-pmd/testpmd.c | 113 +-
app/test-pmd/testpmd.h | 8 +-
app/test/test_link_bonding.c | 2792 +++++++++--------
app/test/test_link_bonding_mode4.c | 588 ++--
app/test/test_link_bonding_rssconf.c | 166 +-
doc/guides/howto/lm_bond_virtio_sriov.rst | 24 +-
doc/guides/nics/bnxt.rst | 4 +-
doc/guides/prog_guide/img/bond-mode-1.svg | 2 +-
.../link_bonding_poll_mode_drv_lib.rst | 230 +-
doc/guides/rel_notes/deprecation.rst | 19 -
doc/guides/rel_notes/release_23_11.rst | 19 +
drivers/net/bonding/bonding_testpmd.c | 178 +-
drivers/net/bonding/eth_bond_8023ad_private.h | 40 +-
drivers/net/bonding/eth_bond_private.h | 108 +-
drivers/net/bonding/rte_eth_bond.h | 96 +-
drivers/net/bonding/rte_eth_bond_8023ad.c | 372 +--
drivers/net/bonding/rte_eth_bond_8023ad.h | 67 +-
drivers/net/bonding/rte_eth_bond_alb.c | 44 +-
drivers/net/bonding/rte_eth_bond_alb.h | 20 +-
drivers/net/bonding/rte_eth_bond_api.c | 482 +--
drivers/net/bonding/rte_eth_bond_args.c | 32 +-
drivers/net/bonding/rte_eth_bond_flow.c | 54 +-
drivers/net/bonding/rte_eth_bond_pmd.c | 1384 ++++----
drivers/net/bonding/version.map | 15 +-
examples/bond/main.c | 40 +-
lib/ethdev/rte_ethdev.h | 1 -
26 files changed, 3488 insertions(+), 3410 deletions(-)
--
2.39.1
More information about the dev
mailing list