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 E682042B07; Fri, 19 May 2023 22:05:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78A9B41141; Fri, 19 May 2023 22:05:29 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 8489B40E25 for ; Fri, 19 May 2023 22:05:27 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id A28A020FB5FE; Fri, 19 May 2023 13:05:26 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A28A020FB5FE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1684526726; bh=v8UxZdBG6cGRx9a1isWiv/PLAAUHRWFN/4buWdSb+Rw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s+T3w1hHwe65s+rnYkWpp63jRQUOwaITfQ94zt4q2EQnt1JHYkR7jlWMYsmaUw4pm wDrsUSqCpyDV5ySbws3Jga88DI7JU2lU86pyE4zXuqm+dJG9JwLlVkCAerA49jOPay RHWVNM9fKQqHn3ntxH0POsUhYpOL0xr3FIjoIr2M= Date: Fri, 19 May 2023 13:05:26 -0700 From: Tyler Retzlaff To: Chaoyong He Cc: dev@dpdk.org, oss-drivers@corigine.com, niklas.soderlund@corigine.com Subject: Re: [PATCH] doc: announce inclusive naming function name changes Message-ID: <20230519200526.GB22897@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230519063334.1645933-1-chaoyong.he@corigine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230519063334.1645933-1-chaoyong.he@corigine.com> 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 Fri, May 19, 2023 at 02:33:34PM +0800, Chaoyong He wrote: > In order to support inclusive naming, some of the functions in > DPDK will need to be renamed. Do this through deprecation process > now for 23.07. > > Signed-off-by: Chaoyong He > --- Acked-by: Tyler Retzlaff