Hi, The title should start with a verb. I suppose it can be fixed while merging with a title like: doc: announce deprecation of thread naming function
24/01/2023 19:12, Tyler Retzlaff: > Notify deprecation of rte_thread_setname API, it will be removed as it > exposes platform-specific thread details. The functionality it provided > is now available via the new rte_lcore_set_name API. > > Signed-off-by: Tyler Retzlaff <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: David Marchand <[email protected]> > --- > +* eal: The function ``rte_thread_setname`` is planned to be deprecated > + starting with the 23.07 release subject to the replacement API > + rte_thread_set_name being marked as stable and planned to be removed > + by the 23.11 release. Minor: it would be clearer if adding some commas after "release" and "stable". For the series, Acked-by: Thomas Monjalon <[email protected]>

