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 B8D06A055D; Tue, 2 Mar 2021 16:53:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D03B40693; Tue, 2 Mar 2021 16:28:31 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id 9DD1B4014E for ; Tue, 2 Mar 2021 16:28:30 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from talshn@nvidia.com) with SMTP; 2 Mar 2021 17:28:21 +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 122FSL2U024047; Tue, 2 Mar 2021 17:28:21 +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, 2 Mar 2021 17:26:56 +0200 Message-Id: <20210302152658.9136-1-talshn@nvidia.com> X-Mailer: git-send-email 2.16.1.windows.4 Subject: [dpdk-dev] [PATCH v2 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" Enhancements to the TLS API. --- v2: Rename key to avoid redundancy[MortenB]. --- Tal Shnaiderman (2): eal: error number enhancement for thread TLS API eal: rename key opaque pointer in TLS API drivers/net/mlx5/linux/mlx5_flow_os.c | 2 +- drivers/net/mlx5/windows/mlx5_flow_os.c | 2 +- lib/librte_eal/include/rte_thread.h | 19 ++++++++++--------- lib/librte_eal/unix/rte_thread.c | 14 ++++++++++---- lib/librte_eal/windows/rte_thread.c | 16 +++++++++++----- 5 files changed, 33 insertions(+), 20 deletions(-) -- 2.16.1.windows.4