Re: [dpdk-dev] [PATCH v9 0/2] support generic threading functions

2021-01-11 Thread Thomas Monjalon
06/01/2021 21:35, Tal Shnaiderman: > Tal Shnaiderman (2): > eal: move thread affinity functions to new file > eal: add generic thread-local-storage functions Acked and applied with required minor changes, thanks.

[dpdk-dev] [PATCH v9 0/2] support generic threading functions

2021-01-06 Thread Tal Shnaiderman
Add API for generic threading functions in EAL which do not reference pthread API. --- v8: * Documentation and minor code changes (DmitryK). v9: * Fix sizeof value in key creation, docu change (DmitryK) --- Tal Shnaiderman (2): eal: move thread affinity functions to new file