From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] log: remove history dump Date: Wed, 03 Aug 2016 18:49:23 +0200 Message-ID: <15835160.2jKTAQTs57@xps13> References: <1469797306-14527-1-git-send-email-thomas.monjalon@6wind.com> <1469800228-29558-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand 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 6F6112C06 for ; Wed, 3 Aug 2016 18:49:25 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id o80so345151382wme.1 for ; Wed, 03 Aug 2016 09:49:25 -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" 2016-07-29 16:50, David Marchand: > On Fri, Jul 29, 2016 at 3:50 PM, Thomas Monjalon > wrote: > > The log history feature was deprecated in 16.07. > > The remaining empty functions are removed in 16.11. > > > > Signed-off-by: Thomas Monjalon > > --- > > v2: fix LIBABIVER and compilation of test > > Thanks Thomas. > > Acked-by: David Marchand Applied