Re: [dpdk-dev] [PATCH v4 2/2] eal: rename key opaque pointer and functions in TLS API

2021-03-16 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH v4 2/2] eal: rename key opaque pointer and > functions in TLS API > > External email: Use caution opening links or attachments > > > 10/03/2021 13:48, Tal Shnaiderman: > > rename the key opaque pointer from rte_tls_key to rte_thread

Re: [dpdk-dev] [PATCH v4 2/2] eal: rename key opaque pointer and functions in TLS API

2021-03-15 Thread Thomas Monjalon
10/03/2021 13:48, Tal Shnaiderman: > rename the key opaque pointer from rte_tls_key to > rte_thread_key to avoid confusion with transport layer security. > > Also rename and remove the "_tls" term from the following > functions to avoid redundancy: > > rte_thread_tls_key_create > rte_thread_tls_k

[dpdk-dev] [PATCH v4 2/2] eal: rename key opaque pointer and functions in TLS API

2021-03-10 Thread Tal Shnaiderman
rename the key opaque pointer from rte_tls_key to rte_thread_key to avoid confusion with transport layer security. Also rename and remove the "_tls" term from the following functions to avoid redundancy: rte_thread_tls_key_create rte_thread_tls_key_delete rte_thread_tls_value_set rte_thread_tls_v