In order to support inclusive naming, the data structure of bonding 8023 info 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f3f2baf0b9..8cf972a9ab 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -121,6 +121,8 @@ Deprecation Notices * bonding: The macro ``RTE_ETH_DEV_BONDED_SLAVE`` will be deprecated in DPDK 23.07, and removed in DPDK 23.11. The relevant code can be updated using ``RTE_ETH_DEV_BONDING_MEMBER``. + The data structure ``struct rte_eth_bond_8023ad_slave_info`` will be + renamed to ``struct rte_eth_bond_8023ad_member_info`` in DPDK 23.11. * cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated to have another parameter ``qp_id`` to return the queue pair ID -- 2.39.1