From: Thomas Monjalon > The function pthread_setname_np is non-portable, so it may be unavailable in > old glibc or other systems. > The function rte_thread_setname is workarounding portability issues. > > Signed-off-by: Thomas Monjalon <thomas at monjalon.net> Acked-by: Matan Azrad <matan at nvidia.com> Thanks!