Re: [PATCH v6 0/3] add eal functions for thread affinity and self

2022-05-19 Thread David Marchand
Hello Tyler, On Thu, May 12, 2022 at 3:14 PM Tyler Retzlaff wrote: > > this series provides basic dependencies for additional eal thread api > additions. series includes > > * basic platform error number conversion. > * function to get current thread identifier. > * functions to get and set affin

[PATCH v6 0/3] add eal functions for thread affinity and self

2022-05-12 Thread Tyler Retzlaff
this series provides basic dependencies for additional eal thread api additions. series includes * basic platform error number conversion. * function to get current thread identifier. * functions to get and set affinity with platform agnostic thread identifier. * minimal unit test of get and set