On Wed, 18 Jan 2023 11:54:02 -0800 Tyler Retzlaff <roret...@linux.microsoft.com> wrote:
> + if (name != NULL) > + rte_thread_set_name((rte_thread_t){(uintptr_t)*thread}, name) Do we really need so many casts here? Looks like the wrong type was passed in the first place?