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 640E0A0505; Tue, 12 Apr 2022 20:00:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44E0F40DF6; Tue, 12 Apr 2022 20:00:10 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 543EA4014F for ; Tue, 12 Apr 2022 20:00:08 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id A118D20A6933; Tue, 12 Apr 2022 11:00:07 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A118D20A6933 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1649786407; bh=RrzySgiThKlEPrhAxxGhRPpVOfX9OZPhaF7F8iZelf8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PrrWMrr4J2h/ACxwI7JHOP16HS78XiSCTPvLtE7w1/MBJjsKwHRRNEgq/1n6kOChi M6PrUuFnS0clwke2Kha8s3+szUkz1KbHi4QZEdnQid8w7WzeGq7LOBm6rfMNhcXVMT TpQK4SrkBAr7WPPC0fBCCCQer0oTVbXk+5YNxSBw= Date: Tue, 12 Apr 2022 11:00:07 -0700 From: Narcisa Ana Maria Vasile To: dev@dpdk.org, thomas@monjalon.net, dmitry.kozliuk@gmail.com, khot@microsoft.com, navasile@microsoft.com, dmitrym@microsoft.com, roretzla@microsoft.com, talshn@nvidia.com, ocardona@microsoft.com Cc: bruce.richardson@intel.com, david.marchand@redhat.com, pallavi.kadam@intel.com Subject: Re: [PATCH v18 1/8] eal: add basic threading functions Message-ID: <20220412180007.GA11768@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1636513302-7359-1-git-send-email-navasile@linux.microsoft.com> <1636594425-9692-1-git-send-email-navasile@linux.microsoft.com> <1636594425-9692-2-git-send-email-navasile@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1636594425-9692-2-git-send-email-navasile@linux.microsoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Wed, Nov 10, 2021 at 05:33:38PM -0800, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > Use a portable, type-safe representation for the thread identifier. > Add functions for comparing thread ids and obtaining the thread id > for the current thread. > > Signed-off-by: Narcisa Vasile > --- Abandoning this patch series. It is superseded by the thread patches sent by Tyler.