[PATCH 0/3] announce bonding macro and function change

Chaoyong He chaoyong.he at corigine.com
Fri Jul 14 10:15:23 CEST 2023


In order to support inclusive naming, some of the macro and function in
DPDK will need to be renamed. Do this through deprecation process now
for 23.07.

Chaoyong He (2):
  doc: announce bonding data change
  doc: announce bonding function change

Long Wu (1):
  doc: announce bonding macro change

 app/test-pmd/testpmd.c                    |   6 +-
 app/test/test_link_bonding.c              | 100 +++++++++++-----------
 app/test/test_link_bonding_mode4.c        |   8 +-
 app/test/test_link_bonding_rssconf.c      |   8 +-
 doc/guides/rel_notes/deprecation.rst      |  19 ++++
 drivers/net/bonding/bonding_testpmd.c     |   4 +-
 drivers/net/bonding/rte_eth_bond.h        |  42 ++++++++-
 drivers/net/bonding/rte_eth_bond_8023ad.c |   4 +-
 drivers/net/bonding/rte_eth_bond_8023ad.h |  13 ++-
 drivers/net/bonding/rte_eth_bond_api.c    |  14 +--
 drivers/net/bonding/rte_eth_bond_pmd.c    |  12 +--
 drivers/net/bonding/version.map           |  10 +++
 examples/bond/main.c                      |   6 +-
 lib/ethdev/rte_ethdev.h                   |   5 +-
 14 files changed, 162 insertions(+), 89 deletions(-)

-- 
2.39.1



More information about the dev mailing list