On Thu, Dec 8, 2022 at 10:48 PM Tyler Retzlaff <[email protected]> wrote: > > * Replace the use of pthread_t in struct lcore_config with the EAL > rte_thread_t type. > > * Replace the direct use of pthread_create(), pthread_self() > pthread_getaffinity_np() and pthread_setaffinity_np(). > > Minor tweaks to return value comparisons to align with current DPDK > style. > > Signed-off-by: Tyler Retzlaff <[email protected]>
Acked-by: David Marchand <[email protected]> -- David Marchand

