From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v14 0/6] Expanded statistics reporting Date: Wed, 05 Apr 2017 18:01:59 +0200 Message-ID: <2594819.6GEpytqamg@xps13> References: <1490907662-27666-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id D72C937A2 for ; Wed, 5 Apr 2017 18:02:01 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id w11so19681437wrc.3 for ; Wed, 05 Apr 2017 09:02:01 -0700 (PDT) In-Reply-To: <1490907662-27666-1-git-send-email-remy.horton@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-30 22:00, Remy Horton: > This patchset consists of three libraries: A Metrics library for > distributing device information, a library that calculates bit-rate > statistics, and a library that calculates latency statistics. The > latter two libraries make use of the first library. I have fixed makefiles and compilation as discussed in separate emails. I have also moved the texts in release notes which was in "Resolved Issues". Applied, thanks