From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 6D5276C9C for ; Mon, 29 Feb 2016 16:07:33 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id p65so49494210wmp.0 for ; Mon, 29 Feb 2016 07:07:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=fhdSOVS37nfZdjoBlvOPuCfLPCFqHYGK8ap3DIrcy3Y=; b=xGYDOIbSFBj5Yrsm7zESNWq1uXKsVM66Wbp9VC8tFfUJ9M+QsiBsqQmLUP4REHc7XL 538rSchnNHzLk13n4guLvkU8tRqJ78ysLBadzywSjFjT+aRl+KhxoWV7watDYwbVFC9O Fu3O3Kgmj6MYPPbmGtKxxQnjubh2CRkFCCkDcs/4+KLBKpSSTstwQGENkYYuxkJSr9IJ 8JtD7LIVcK1VnEH8shWqnIBckUu2ChQldlvsDsqPZp7+NJLikybt/+Df60V/hrVNrrFV eRfZ9tVM7WKCw+VeFN1MVu5LKHzwVE/ghI8q5BxYIFVWShjs7eJDX4Y7/6rjcL1zLg4H rWkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=fhdSOVS37nfZdjoBlvOPuCfLPCFqHYGK8ap3DIrcy3Y=; b=GPFOamIAMH+FBgGpKNSVGWk9MQNMqpU5XBKl5hSf20kH1oSb4VbXg+pe8lMbAh4V1H YYU3rq9AqSs75aWkndXYUTNMR6qsNKl8DO4YkbPaLx8ktYtml5G+I+5Ogze1P9/JIqnN co6ZLO4nUVe8Xn6nWzr6w1oEo9Q6Qo0DocojFconUxLVYb3z0qclkJZOgFH/iGLvf4Qn qVteU+IW0HylUoEV+K1zozTjYnN6sI4VBO2hz8b8rPljVRImiVUOxYuBfoTix9qxldk7 TGZntumkm3FfP04DsJrLAoDExfX+3RSr5B5otrJ9ZMaM+EKfe6s60gGG+uwnCqQakKFY RADw== X-Gm-Message-State: AD7BkJJWiaR2uMC9AYp7BI7VFnabfHN5nv2LcKHsTp0d5p2vkTNSFKfGAi0qTXj2DhL1FtT9 X-Received: by 10.194.60.20 with SMTP id d20mr17350314wjr.109.1456758453232; Mon, 29 Feb 2016 07:07:33 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id t8sm26318228wjy.41.2016.02.29.07.07.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Feb 2016 07:07:32 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 29 Feb 2016 16:05:58 +0100 Message-ID: <31018506.Bx9t4441g1@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2472408.eX2UutbLPe@xps13> References: <1450312714-10979-1-git-send-email-stephen@networkplumber.org> <2472408.eX2UutbLPe@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] log: add missing symbol X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 15:07:33 -0000 2016-01-27 10:35, Thomas Monjalon: > 2015-12-16 16:38, Stephen Hemminger: > > rte_get_log_type and rte_get_log_level functions has been avaliable > > for many versions. But they are missing from the shared library map > > and therefore do not get exported correctly. > > > > Signed-off-by: Stephen Hemminger > > --- > > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++ > > 1 file changed, 2 insertions(+) > > Why only in linuxapp? > > > diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > index cbe175f..51a241c 100644 > > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > > @@ -93,7 +93,9 @@ DPDK_2.0 { > > rte_realloc; > > rte_set_application_usage_hook; > > rte_set_log_level; > > + rte_get_log_level; > > rte_set_log_type; > > + rte_get_log_type; > > We try to keep an alphabetical order :) Reordered, updated in bsdapp/ and Applied, thanks