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 026E64301E; Wed, 9 Aug 2023 23:59:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86E2840DFB; Wed, 9 Aug 2023 23:59:31 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id BC07B40DDB for ; Wed, 9 Aug 2023 23:59:30 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id B695C20FC4C7; Wed, 9 Aug 2023 14:59:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B695C20FC4C7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1691618369; bh=NaP7zzrrOzIz6i3M2dKKA9iwjftVBnOw66vOPxuOEvI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=All24ljzJbOt1NhVqdGFiZ63CgXPg6D9jG3vUxXzbJBPEjCR9dY5eC5Xx+5PQycBm 77XqTVGwR54PuUjDwLAPzvsAczwKrlNHlGfjPPAvDtLgiexVBcJKIiapU07j0RHxiQ XZy7CJSMV/AwCFyKGzaloGmeAXPOFVme7TFG8pwE= Date: Wed, 9 Aug 2023 14:59:29 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Cristian Dumitrescu , Joyce Kong , David Marchand Subject: Re: [PATCH 01/15] eal: make bitops a stable API Message-ID: <20230809215929.GA25192@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230809164312.308093-1-stephen@networkplumber.org> <20230809164312.308093-2-stephen@networkplumber.org> <20230809175851.GE22800@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <20230809130710.70a78c22@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230809130710.70a78c22@hermes.local> 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, Aug 09, 2023 at 01:07:10PM -0700, Stephen Hemminger wrote: > On Wed, 9 Aug 2023 10:58:51 -0700 > Tyler Retzlaff wrote: > > > On Wed, Aug 09, 2023 at 09:42:53AM -0700, Stephen Hemminger wrote: > > > These were added in 20.05 release. > > > > > > Signed-off-by: Stephen Hemminger > > > --- > > > > can i ask that this patch be held until this series is merged? > > I expect these mostly will go in after other changes are done. thanks!