Re: [dpdk-dev] [PATCH v8 2/2] eal: add generic thread-local-storage functions

2021-01-06 Thread Tal Shnaiderman
> Subject: Re: [PATCH v8 2/2] eal: add generic thread-local-storage functions > > External email: Use caution opening links or attachments > > > On Wed, 6 Jan 2021 21:45:43 +0200, Tal Shnaiderman wrote: > [...] > > +/** > > + * Delete a TLS data key visible to all threads in the process > > + *

Re: [dpdk-dev] [PATCH v8 2/2] eal: add generic thread-local-storage functions

2021-01-06 Thread Dmitry Kozlyuk
On Wed, 6 Jan 2021 21:45:43 +0200, Tal Shnaiderman wrote: [...] > +/** > + * Delete a TLS data key visible to all threads in the process > + * rte_tls_key is the opaque pointer allocated by rte_thread_tls_key_create. This line repeats @param key description. > + * > + * @param key > + * The rt