From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5FF2A20BD1; Mon, 7 Aug 2017 18:15:50 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 07 Aug 2017 18:15:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=/GiKWLhbOtqyagn KpCXPqPkeoG3gn3rbFdn3/UsRnlQ=; b=r3TuyzxJKSW7WocJP74uJ4ibi6Xv5oc 1Ues10kxGIaCYJcJmGrToFCS5T/l2ftoQHYEbU75ROVJo/tvr4+J8Adj/tz9+0bI uhkJ+vUu0v8UATYGjeuud9P10xY4FDalrbn8KpPRijJv/SxIOH+RLgDbRvS+fXb6 0tq87pIAymao= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=/GiKWLhbOtqyagnKpCXPqPkeoG3gn3rbFdn3/UsRnlQ=; b=LNOQACWC aAcb2bNsZpZbuHIrhWRRh6EA45XeARjs3p6ExO6jswR986VjFQurOZt2+2X0LccS 2EUb/tn03U0ASCL9snnewY5v9unIfugCcFiDNPxv1LBoB2bWdmbUKg3UdFfPwjqt T9KmYMUoW5qhOtFiLx0fop5J+pa3zCG7X+oTISmTRundqeILa/l5FwgOGmPI6aB9 ZVm97EDnK0wVCFfgISHdX/u+wRznjmtVplJCOUnbwdmlzsFD8y7Ftew5o+SlPEAR 2KGoETBrk3OyuAn6kxEtunPABMSm/xO4BkCd/NPJdQb07Bv/AMeYuAZT2jh96a/v GQBshGgEKekI9g== X-ME-Sender: X-Sasl-enc: pX4XqaU5RsRzZ069j8ESgcGdEGmr4+xFMBksflOsX7eW 1502144149 Received: from xps.localnet (eth-west-pareq2-46-193-0-155.wb.wifirst.net [46.193.0.155]) by mail.messagingengine.com (Postfix) with ESMTPA id EBFDB7E522; Mon, 7 Aug 2017 18:15:49 -0400 (EDT) From: Thomas Monjalon To: Olivier MATZ Cc: dev@dpdk.org, "Mcnamara, John" Date: Tue, 08 Aug 2017 00:15:48 +0200 Message-ID: <3859249.12XxnROlZI@xps> In-Reply-To: <20170806095431.6cc7698f@neon> References: <20170803142934.13681-1-thomas@monjalon.net> <20170806095431.6cc7698f@neon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: , X-List-Received-Date: Mon, 07 Aug 2017 22:15:51 -0000 > > > 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