RE: [PATCH v2 0/4] add rte_thread_set_name API for rte_thread_t

2023-01-10 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 10 January 2023 21.53 > > anymore feedback here folks? > > would like to clear this so i can rebase the rte_control_thread_create > series. > > thanks! > > On Wed, Dec 14, 2022 at 08:47:17AM -0800, Tyler Retzlaff wrot

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

2023-01-10 Thread Tyler Retzlaff
anymore feedback here folks? would like to clear this so i can rebase the rte_control_thread_create series. thanks! On Wed, Dec 14, 2022 at 08:47:17AM -0800, Tyler Retzlaff wrote: > Replace the rte_thread_setname API which operates on pthread_t with > rte_thread_set_name that operates on rte_thr

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

2022-12-14 Thread Tyler Retzlaff
Replace the rte_thread_setname API which operates on pthread_t with rte_thread_set_name that operates on rte_thread_t. v2: * initial series provided get/set for lcore thread id, those additions have been removed as per discussion. including unit test. * add a single api rte_thread_set_