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

2023-01-18 Thread David Marchand
On Tue, Jan 17, 2023 at 7:22 PM 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. >

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

2023-01-17 Thread Jerin Jacob
On Tue, Jan 17, 2023 at 11:51 PM 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 v5 2/4] eal: remove thread getname API

2023-01-17 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