From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: postpone legacy log functions removal Date: Tue, 08 Aug 2017 00:15:48 +0200 Message-ID: <3859249.12XxnROlZI@xps> References: <20170803142934.13681-1-thomas@monjalon.net> <20170806095431.6cc7698f@neon> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: Olivier MATZ Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3E02D326B for ; Tue, 8 Aug 2017 00:15:50 +0200 (CEST) In-Reply-To: <20170806095431.6cc7698f@neon> 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 > > Thanks Thomas Applied