From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DEB301B6EA
 for <dev@dpdk.org>; Tue, 24 Oct 2017 00:49:18 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 8061120D05;
 Mon, 23 Oct 2017 18:49:18 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Mon, 23 Oct 2017 18:49:18 -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; s=mesmtp; bh=X1f2fESBJjEKdm1uZBm7ZsDHRE
 QDpYGXZh/V8KkFmq0=; b=TzzuFWT/t8O5StrTDMYpeptmyjYob/Pdxx6SP0KZ75
 el2JcfN93wXbWFC+5bdkW8Pn1YfJOYfONHVHhjcxZOGUcfgSf+zXEeGzl8lJFN3+
 BAaIfbSGPaXmtLDxP0K0Ydr3M9WSu3nF/cQh63KQ9aHmXzU+00QGmUo+cPaH+FfW
 A=
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; s=fm1; bh=X1f2fE
 SBJjEKdm1uZBm7ZsDHREQDpYGXZh/V8KkFmq0=; b=oCSCC358e3pFrycpTv6P3j
 Up0oSRbewvAaS3m5kKAq5m9HJqWKajU1CMbE3vE2fXs40KWxtAgsTu2cHUJaE1/C
 CZL6zJHrzE/4sF5txfjppsazQNG/4MluRZYyR/+GUGM7GqKYJCd85n7MyySsZeL/
 3fh7S3MKVR3wbsLFNcHMhfqzYIyADI41wI06qz0IzKTsxlvQhY+X7TZuB0sFsCTW
 lBYnJHwcdj8+Dfhl66+KZDpoIcKha7pRqTdq787/BXcuwQqiiTHeKwcNwSUDasuH
 EGM2JjyojtYMVK34ObyAnKKChrzPXbu9iAI8Z9vrXIKy5w/KT3K6RjKNj1g7mhSg
 ==
X-ME-Sender: <xms:7nHuWTMPvXgxupsk_hyGw7NlbVABJuAktrVp-Ri-T6PCrhUHMsAQGg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id E7DB77F91E;
 Mon, 23 Oct 2017 18:49:17 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org
Date: Tue, 24 Oct 2017 00:49:17 +0200
Message-ID: <4299476.hGIzVCpCXJ@xps>
In-Reply-To: <20171023095607.13703-1-olivier.matz@6wind.com>
References: <20171023095607.13703-1-olivier.matz@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] eal: remove deprecated log functions
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Oct 2017 22:49:19 -0000

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 <olivier.matz@6wind.com>

Applied, thanks