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 3A4DDA0A02; Fri, 16 Apr 2021 22:30:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2AEC161D97; Fri, 16 Apr 2021 22:30:39 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 5A857161D76 for ; Fri, 16 Apr 2021 22:30:38 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 9CA6920B8001; Fri, 16 Apr 2021 13:30:37 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9CA6920B8001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1618605037; bh=rJMWe2AB0VC+aSNiwuZm12psPaEiazNw0xqTXDYx1X4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bmd9LT8IwQttJJ726CV9IThM5xJjls2QpKXdVIZK5ZvCta3OvHfgvRHJIaclaFcri gJQxnwxOqY4ACKqXquvO9O/huSfNHsrrgLC7jv/Ci3kfa5hJoidlgIJXepYNaKMR56 xvP+drKabXlHwBCZgPzeKhMn+Fq64jElFNvbxLXc= Date: Fri, 16 Apr 2021 13:30:37 -0700 From: Narcisa Ana Maria Vasile To: David Marchand Cc: dev , Thomas Monjalon , Dmitry Kozlyuk , Khoa To , navasile@microsoft.com, "Dmitry Malloy (MESHCHANINOV)" , roretzla@microsoft.com, Tal Shnaiderman , Omar Cardona , Bruce Richardson , Pallavi Kadam Message-ID: <20210416203037.GA19306@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1617057640-24301-2-git-send-email-navasile@linux.microsoft.com> <1617413948-10504-1-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 v6 00/10] eal: Add new API for threading 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 Mon, Apr 12, 2021 at 09:56:14AM +0200, David Marchand wrote: > On Sat, Apr 3, 2021 at 3:39 AM Narcisa Ana Maria Vasile > wrote: > > > > From: Narcisa Vasile > > > > EAL thread API > > > Thanks for taking on this huge work. > > There is no review on this series and I don't have time for it. > This is a core part of the EAL API. > Seeing how rc1 is at the end of this week, my recommendation is to > postpone to 21.08. > Thanks David! I think we've seen a lot of great contributions recently and maintainers had a lot of patches to look at. The reviewers will probably have more time to analyze this in the next period. > > -- > David Marchand