Re: [PATCH v10 0/4] add rte_thread_set_name API for rte_thread_t

2023-01-31 Thread David Marchand
On Tue, Jan 24, 2023 at 7:12 PM Tyler Retzlaff wrote: > > v10: > * change intended deprecation of rte_thread_setname > from 23.03 to 23.07 > > v9: > * fix typo in v8 deprecation notice picked up by ci > > v8: > * document that no implementation or internal implementation > failure is

[PATCH v10 0/4] add rte_thread_set_name API for rte_thread_t

2023-01-24 Thread Tyler Retzlaff
v10: * change intended deprecation of rte_thread_setname from 23.03 to 23.07 v9: * fix typo in v8 deprecation notice picked up by ci v8: * document that no implementation or internal implementation failure is a noop for rte_thread_set_name * update commit message to indicate w