Re: [PATCH v4 2/4] eal: remove thread getname API

2023-01-17 Thread Tyler Retzlaff
On Tue, Jan 17, 2023 at 01:19:25PM +0530, Jerin Jacob wrote: > On Sat, Jan 14, 2023 at 12:22 AM Tyler Retzlaff > wrote: > > > > Remove the rte_thread_getname API. The API is __rte_experimental and > > requires no deprecation notice. > > > > Fold the platform specific variants into the one place i

Re: [PATCH v4 2/4] eal: remove thread getname API

2023-01-16 Thread Jerin Jacob
On Sat, Jan 14, 2023 at 12:22 AM Tyler Retzlaff wrote: > > Remove the rte_thread_getname API. The API is __rte_experimental and > requires no deprecation notice. > > Fold the platform specific variants into the one place it is used as a > special case to retain the functionality for linux only. >

[PATCH v4 2/4] eal: remove thread getname API

2023-01-13 Thread Tyler Retzlaff
Remove the rte_thread_getname API. The API is __rte_experimental and requires no deprecation notice. Fold the platform specific variants into the one place it is used as a special case to retain the functionality for linux only. Adjust the function as follows. * limit use of this very platform g