From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 84D5F69C3
 for <dev@dpdk.org>; Thu, 16 Feb 2017 13:06:16 +0100 (CET)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 16 Feb 2017 04:06:15 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.35,169,1484035200"; d="scan'208";a="1096129189"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137])
 ([10.237.220.137])
 by orsmga001.jf.intel.com with ESMTP; 16 Feb 2017 04:06:14 -0800
To: Thomas Monjalon <thomas.monjalon@6wind.com>, dev@dpdk.org
References: <1487235055-15633-1-git-send-email-thomas.monjalon@6wind.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <a6dafb1c-5dd8-6e44-efaa-6c206035fc41@intel.com>
Date: Thu, 16 Feb 2017 12:06:13 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <1487235055-15633-1-git-send-email-thomas.monjalon@6wind.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH] log: remove old symbols from map
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: Thu, 16 Feb 2017 12:06:16 -0000

On 2/16/2017 8:50 AM, Thomas Monjalon wrote:
> When removing log history functions, the map has not been updated.
> 
> Fixes: d7e61ad3ae36 ("log: remove deprecated history dump")
> 
> Reported-by: Olivier Matz <olivier.matz@6wind.com>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>