From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97BD1A054F; Tue, 16 Mar 2021 14:29:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 048B724294B; Tue, 16 Mar 2021 14:29:52 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id E27274003D for ; Tue, 16 Mar 2021 14:29:48 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from talshn@nvidia.com) with SMTP; 16 Mar 2021 15:29:45 +0200 Received: from nvidia.com (l-wincomp04-vm.mtl.labs.mlnx [10.237.1.5]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 12GDTiB6024538; Tue, 16 Mar 2021 15:29:44 +0200 From: Tal Shnaiderman To: dev@dpdk.org Cc: thomas@monjalon.net, pallavi.kadam@intel.com, dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, david.marchand@redhat.com, anatoly.burakov@intel.com, vladimir.medvedkin@intel.com, mb@smartsharesystems.com Date: Tue, 16 Mar 2021 15:28:17 +0200 Message-Id: <20210316132819.10808-1-talshn@nvidia.com> X-Mailer: git-send-email 2.16.1.windows.4 In-Reply-To: <20210316091542.7224-2-talshn@nvidia.com> References: <20210316091542.7224-2-talshn@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v6 0/2] EAL Thread TLS API enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" --- v6: fix misalignment in comment fix from v5 and missing NL in RN [Thomas] v5: shorten docu comment on rte_errno and add ABI change info to release note [Thomas] v4: replace errno EOTHER with ENOEXEC as EOTHER is undefined in unix. v3: -Unify rte_errno values to a generic errno for OS compatibility [DmitryK] -Rename the TLS function to avoid redundancy[MortenB]. v2: Rename key to avoid redundancy[MortenB]. --- Tal Shnaiderman (2): eal: error number enhancement for thread TLS API eal: rename key opaque pointer and functions in TLS API doc/guides/rel_notes/release_21_05.rst | 4 ++++ drivers/net/mlx5/linux/mlx5_flow_os.c | 10 +++++----- drivers/net/mlx5/windows/mlx5_flow_os.c | 12 ++++++------ lib/librte_eal/include/rte_thread.h | 33 +++++++++++++++++++++------------ lib/librte_eal/rte_eal_exports.def | 8 ++++---- lib/librte_eal/unix/rte_thread.c | 14 ++++++++++---- lib/librte_eal/version.map | 8 ++++---- lib/librte_eal/windows/rte_thread.c | 14 ++++++++++---- 8 files changed, 64 insertions(+), 39 deletions(-) -- 2.16.1.windows.4