> -----Original Message----- > From: Chaoyong He <chaoyong...@corigine.com> > Sent: Friday, May 19, 2023 2:34 PM > To: dev@dpdk.org > Cc: oss-driv...@corigine.com; niklas.soderl...@corigine.com; Chaoyong He > <chaoyong...@corigine.com> > Subject: [PATCH] doc: announce inclusive naming function name changes > > In order to support inclusive naming, some of the functions in > DPDK will need to be renamed. Do this through deprecation process > now for 23.07. > > Signed-off-by: Chaoyong He <chaoyong...@corigine.com> > --- > doc/guides/rel_notes/deprecation.rst | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index dcc1ca1696..267a49aa13 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -163,3 +163,15 @@ Deprecation Notices > The new port library API (functions rte_swx_port_*) > will gradually transition from experimental to stable status > starting with DPDK 23.07 release. > + > +* bonding: References to slave will be removed in DPDK 23.11. The > following > + functions will be deprecated in DPDK 23.07, and removed in DPDK 23.11. > + The old functions: > + ``rte_eth_bond_8023ad_slave_info``, > + ``rte_eth_bond_active_slaves_get``, > + ``rte_eth_bond_slave_add``, ``rte_eth_bond_slave_remove``, and > + ``rte_eth_bond_slaves_get`` will be replaced by: > + ``rte_eth_bond_8023ad_member_info``, > + ``rte_eth_bond_active_members_get``, > + ``rte_eth_bond_member_add``, ``rte_eth_bond_member_remove``, > + and ``rte_eth_bond_members_get``. > -- > 2.39.1
Acked-by: Chenbo Xia <chenbo....@intel.com>