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 D99F5A0A0C; Fri, 18 Jun 2021 23:50:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D4BD410DE; Fri, 18 Jun 2021 23:50:06 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 0EC0240150 for ; Fri, 18 Jun 2021 23:50:05 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 5C97720B7178; Fri, 18 Jun 2021 14:50:04 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 5C97720B7178 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1624053004; bh=Z6hE5Ptk26PSF/BZci63O2YpLqQGyQtrHyq83W1A65w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cCZ3srwSB1DD5+LwZhFKGPlMvA2fW9l9rXY2rNHi4o/dBJrPGgOSBZgM4up0gQ1Pa h6ydUnhBCu5dQkvKOLi9g1IPhyrQkitQlXNskghusKNg1Oj/6ue7oQab1r/Sp/5qAN f0opMAxGyQr4WgTmIcplUp3y45Wj37BVrM/r7VLk= Date: Fri, 18 Jun 2021 14:50:04 -0700 From: Narcisa Ana Maria Vasile To: Dmitry Kozlyuk Cc: dev@dpdk.org, thomas@monjalon.net, khot@microsoft.com, navasile@microsoft.com, dmitrym@microsoft.com, roretzla@microsoft.com, talshn@nvidia.com, ocardona@microsoft.com, bruce.richardson@intel.com, david.marchand@redhat.com, pallavi.kadam@intel.com Message-ID: <20210618215004.GA30249@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1622849908-5710-1-git-send-email-navasile@linux.microsoft.com> <1622850274-6946-1-git-send-email-navasile@linux.microsoft.com> <1622850274-6946-11-git-send-email-navasile@linux.microsoft.com> <20210608055033.GA20476@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <20210609020822.520b4545@sovereign> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210609020822.520b4545@sovereign> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v9 10/10] Enable the new EAL thread API 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" On Wed, Jun 09, 2021 at 02:08:22AM +0300, Dmitry Kozlyuk wrote: > 2021-06-07 22:50 (UTC-0700), Narcisa Ana Maria Vasile: > > On Fri, Jun 04, 2021 at 04:44:34PM -0700, Narcisa Ana Maria Vasile wrote: > > > From: Narcisa Vasile > > > > > > Rename pthread_* occurrences with the new rte_thread_* API. > > > Enable the new API in the build system. > > > > > > Signed-off-by: Narcisa Vasile > > > --- > > > > I'll send v10. > > Please also run devtools/checkpatches.sh > and fix numerous warnings across the series. > Some patches could be acked already if not this issue. Thanks, I've fixed the CS errors. There will be a few warnings that I can't fix (the negative errors for example).