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 3007C4301A; Wed, 9 Aug 2023 19:58:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5B6940DDB; Wed, 9 Aug 2023 19:58:53 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 5531D400D6 for ; Wed, 9 Aug 2023 19:58:52 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 9E7DC20FC4C7; Wed, 9 Aug 2023 10:58:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9E7DC20FC4C7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1691603931; bh=QRl+xqd6eLxNw2+QtvGrQHYDlqMs3MTwfRBHjPxVXq8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Go5Ig7v4xliI264RfnpeARU5/RxRpZCEWQZ9rYeyi7BKu+hH2F/8RI8KKsNzqQ87s zKb0ytvZGyW2W734FJ1+Br3sRgDVTeeKPs4XZph2hGqpdyMhemSpMVfnHUbu+404Gd 0OfUzEq9wuQuI7FoVvSfxcWxvhBKO78trJu18LVg= Date: Wed, 9 Aug 2023 10:58:51 -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: <20230809175851.GE22800@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230809164312.308093-1-stephen@networkplumber.org> <20230809164312.308093-2-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230809164312.308093-2-stephen@networkplumber.org> 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 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? https://patchwork.dpdk.org/project/dpdk/list/?series=27612 i'm already overloaded with rebasing for other changes, i'm working with david to get the above series merged. adding david as a fyi