From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] log: deprecate history dump Date: Fri, 10 Jun 2016 15:09:39 +0200 Message-ID: <58649618.g6pq7Kaa8j@xps13> References: <1465484809-8776-1-git-send-email-thomas.monjalon@6wind.com> <1465510241-21417-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 4BEC32BAC for ; Fri, 10 Jun 2016 15:09:41 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id n184so266222697wmn.1 for ; Fri, 10 Jun 2016 06:09:41 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The log history uses rte_mempool. In order to remove the mempool > > dependency in EAL (and improve the build), this feature is deprecated. > > The ABI is kept but the behaviour is now voided because it seems this > > function was not used. The history can be read from syslog. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied