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 45533A0561; Thu, 18 Mar 2021 20:42:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0672140ECE; Thu, 18 Mar 2021 20:42:42 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 72F5440698 for ; Thu, 18 Mar 2021 20:42:41 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1059) id AF1EF209C383; Thu, 18 Mar 2021 12:42:40 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com AF1EF209C383 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1616096560; bh=M9yzfi6YjJCfyEck1fMma+YEmAYTBDp1eFjrvAK/qBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h3dC8Cux/VuRfU3zTvGCgpTVQi65JE08GRWoH1PX1F4MLCzya/6HviCGlsV+XJRZD THSpg/Mce/bOf3DUI9o7Bf+BptF9rUL0YrEFrrlrp1wv0gdwMOv/S7RGiNo4LwdWuF Wb7wfVXmRYLF2J8yXwHspl9tgAUe+PYaWIJOdrww= Date: Thu, 18 Mar 2021 12:42:40 -0700 From: Narcisa Ana Maria Vasile To: Tal Shnaiderman Cc: "dev@dpdk.org" , NBU-Contact-Thomas Monjalon , "dmitry.kozliuk@gmail.com" , "khot@microsoft.com" , "navasile@microsoft.com" , "dmitrym@microsoft.com" , "roretzla@microsoft.com" , "ocardona@microsoft.com" , "bruce.richardson@intel.com" , "david.marchand@redhat.com" , "pallavi.kadam@intel.com" Message-ID: <20210318194240.GB8824@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1616029240-26588-1-git-send-email-navasile@linux.microsoft.com> <1616029240-26588-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: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH 1/3] Add EAL threads 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 Thu, Mar 18, 2021 at 02:48:01PM +0000, Tal Shnaiderman wrote: > > Subject: [dpdk-dev] [PATCH 1/3] Add EAL threads API > > > > From: Narcisa Vasile > > > > EAL must hide the environment specifics from apps and libraries. > > Add an EAL API for managing threads. > > > > Signed-off-by: Narcisa Vasile > > Signed-off-by: Dmitry Malloy > > --- > > Hi Naty, Dmitry, > > Thank you for adding those functions to the thread API. > This is a huge commit, I'd split it to separate patches, something like: > Thank you Tal, I will split this patch into smaller ones.