From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove deprecated log functions Date: Tue, 24 Oct 2017 00:49:17 +0200 Message-ID: <4299476.hGIzVCpCXJ@xps> References: <20171023095607.13703-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DEB301B6EA for ; Tue, 24 Oct 2017 00:49:18 +0200 (CEST) In-Reply-To: <20171023095607.13703-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/10/2017 11:56, Olivier Matz: > Remove rte_set_log_level(), rte_get_log_level(), > rte_set_log_type(), and rte_get_log_type(). > > Also update librte_eal.so version in docuementation. > The LIBABIVER variable in eal has already been modified in > commit f26ab687a74f ("eal: remove Xen dom0 support"). > > Signed-off-by: Olivier Matz Applied, thanks