From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 3/3] doc: add deprecation marker usage Date: Wed, 27 Mar 2019 14:29:33 +0100 Message-ID: <6294203.9NYoIR8yh1@xps> References: <20190124181019.17168-1-ferruh.yigit@intel.com> <20190301173250.80930-3-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Kevin Traynor , John McNamara , Marko Kovacevic , Luca Boccassi , Neil Horman , Yongseok Koh To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D612356A3 for ; Wed, 27 Mar 2019 14:29:37 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/03/2019 18:40, Kevin Traynor: > On 01/03/2019 17:32, Ferruh Yigit wrote: > > Define '__rte_deprecated' usage process. > > > > Suggests keeping old API with '__rte_deprecated' marker including > > next LTS, they will be removed just after the LTS release. > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Luca Boccassi > > Acked-by: Neil Horman > > Acked-by: Kevin Traynor > > for series, again :-) Applied, thanks