On 7/18/2023 2:48 AM, Chaoyong He wrote: > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index fb771a0305..fc50b73761 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -117,6 +117,9 @@ Deprecation Notices > superseded by the generic ``RTE_FLOW_ACTION_TYPE_MODIFY_FIELD``. > The legacy actions should be removed > once ``MODIFY_FIELD`` alternative is implemented in drivers. > + 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``. >
Just for ordering, can you please keep new bullet item "* bonding: " as done in previous version, but just place it here (below ethdev, before cryptodev), and append updates in next patches to this block?