From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: postpone legacy log functions removal Date: Thu, 3 Aug 2017 16:29:34 +0200 Message-ID: <20170803142934.13681-1-thomas@monjalon.net> Cc: olivier.matz@6wind.com To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id EC4952C18 for ; Thu, 3 Aug 2017 16:29:46 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The replacement function rte_log_get_level() has just been implemented in 17.08. Better to postpone the removal of legacy functions to 17.11. Fixes: 4f0981e6ec6c ("eal: deprecate log functions") Cc: olivier.matz@6wind.com Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f6bd91043..7b1997058 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -9,7 +9,7 @@ Deprecation Notices ------------------- * eal: the following functions are deprecated starting from 17.05 and will - be removed in 17.08: + be removed in 17.11: - ``rte_set_log_level``, replaced by ``rte_log_set_global_level`` - ``rte_get_log_level``, replaced by ``rte_log_get_global_level`` -- 2.13.2