Re: [dpdk-dev] [PATCH v2] eal/windows: add pthread TLS function support

2020-12-15 Thread Dmitry Kozlyuk
On Sun, 13 Dec 2020 22:24:37 +0200, Tal Shnaiderman wrote: > Add the following functions to the pthread shim implementation > for Windows as they are needed for thread safe rte_flow functions. > > pthread_key_create. > pthread_key_delete. > pthread_getspecific. > pthread_setspecific. > > Signed-o

[dpdk-dev] [PATCH v2] eal/windows: add pthread TLS function support

2020-12-13 Thread Tal Shnaiderman
Add the following functions to the pthread shim implementation for Windows as they are needed for thread safe rte_flow functions. pthread_key_create. pthread_key_delete. pthread_getspecific. pthread_setspecific. Signed-off-by: Tal Shnaiderman --- v2: fix style issues --- lib/librte_eal/windows/