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 CF67B42FC8; Thu, 3 Aug 2023 18:10:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A08140C35; Thu, 3 Aug 2023 18:10:04 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id ACC86406BA for ; Thu, 3 Aug 2023 18:10:03 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id D2CEB238C50E; Thu, 3 Aug 2023 09:10:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D2CEB238C50E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1691079002; bh=+iIey2RK9j5bRKdRyFb+O3lYRHKJgV013cbmSsSeHYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=igMR/WpJx0KVwhROnBozWOemyrGS/XsRhJxoi8RGsASQTQUEyp3WdPB9smZPadfpk YVA8pwr6ss3ADwzQXMkWNfXV+hTpe+1e2QwrBsLTXhrB1LFpDfmOPXC9KbBkYwWNM1 6WkYecQ1dI63On1/trUnxbie4gH5CGHurovB++Uk= Date: Thu, 3 Aug 2023 09:10:02 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org Subject: Re: [PATCH] eal: remove RTE_FUNC_PTR_* deprecated macros Message-ID: <20230803161002.GA4565@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230803094118.558955-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803094118.558955-1-david.marchand@redhat.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 Thu, Aug 03, 2023 at 11:41:18AM +0200, David Marchand wrote: > The RTE_FUNC_PTR_OR_* macros were marked as deprecated in v22.11, we can > remove them. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff