From patchwork Thu Aug 3 14:29:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 27412 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 947E5374F; Thu, 3 Aug 2017 16:29:48 +0200 (CEST) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 913D320A32; Thu, 3 Aug 2017 10:29:46 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 10:29:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=VHj/e894SZFtIBbmqQ3oY//8Z+c 8tt4ori9g9pgjRTg=; b=GPIeUYIfjvC6wxl5oW8J3o7igv1L3lWY/vSXliFErGw jC2vIWE6gcoLsRHFCVMiTTeyZz8zE+0mfzR+x/QNp5eS/glXNYmwCiCSTGj3Y0LZ 3myTE66ZODuQ7iImkwwGpqttGoMUlkCCLruMxfJDQ+s9YOqT0ytEgW3+0SlTjXV8 = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=VHj/e8 94SZFtIBbmqQ3oY//8Z+c8tt4ori9g9pgjRTg=; b=nPILF5FcCv5HKwrrqrNbWS Ra3XAS3eBueYly+7CIJHViWg/6x0cOnmtc3LlxMof7E1ZZgjQsXQuqN07+NHNUQd I5Sl5J3sLXfZw8vCyV6oUa37Q2ic2e7avXpsBeJtuEAFK610DYe1HP6IGkO5XiBj d2Nu37F4qC7xl4aVKkNz3ImvLeM+/ct048H01C51p/a+8HyyQJ91CJfzk3mnj0ig eY5jhT139+N5GrbLYXCPHrUUMV4PN9+MEI1kP+4BwMFT1+tk39YF7yvMPJU52hVh rBly0Vo4gZ/dwF9iCLZentZJO/qPUaZ6v6xJ5PkTz8bhrEmoPjCVsByMjygTj0VA == X-ME-Sender: X-Sasl-enc: GC1PmUS+aTZv61UEGmDtieWODTXy+GreknVQF6XOxE88 1501770585 Received: from xps.monjalon.net (196.114.118.80.rev.sfr.net [80.118.114.196]) by mail.messagingengine.com (Postfix) with ESMTPA id A9D83244AA; Thu, 3 Aug 2017 10:29:45 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: olivier.matz@6wind.com Date: Thu, 3 Aug 2017 16:29:34 +0200 Message-Id: <20170803142934.13681-1-thomas@monjalon.net> X-Mailer: git-send-email 2.13.2 Subject: [dpdk-dev] [PATCH] doc: postpone legacy log functions removal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Acked-by: John McNamara Acked-by: Olivier Matz --- 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``