Re: [dpdk-dev] [PATCH v3] eal: add generic thread-local-storage functions

2020-12-18 Thread Tal Shnaiderman
> Subject: Re: [PATCH v3] eal: add generic thread-local-storage functions > > External email: Use caution opening links or attachments > > > On Thu, 17 Dec 2020 19:49:13 +0200, Tal Shnaiderman wrote: > > Add support for tls functionality in EAL. > > > > The following functions are added: > > rte

Re: [dpdk-dev] [PATCH v3] eal: add generic thread-local-storage functions

2020-12-17 Thread Dmitry Kozlyuk
On Thu, 17 Dec 2020 19:49:13 +0200, Tal Shnaiderman wrote: > Add support for tls functionality in EAL. > > The following functions are added: > rte_tls_create_key - function to create a tls data key. > rte_tls_delete_key - function to delete a tls data key. > rte_tls_set_thread_value - function to

[dpdk-dev] [PATCH v3] eal: add generic thread-local-storage functions

2020-12-17 Thread Tal Shnaiderman
Add support for tls functionality in EAL. The following functions are added: rte_tls_create_key - function to create a tls data key. rte_tls_delete_key - function to delete a tls data key. rte_tls_set_thread_value - function to set value bound to the tls key rte_tls_get_thread_value - function to