From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v12 0/6] Expanded statistics reporting Date: Mon, 27 Mar 2017 14:03:06 -0700 Message-ID: <20170327140306.1bc641b4@xeon-e3> References: <1490646097-27803-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, Thomas Monjalon To: Remy Horton Return-path: Received: from mail-pg0-f49.google.com (mail-pg0-f49.google.com [74.125.83.49]) by dpdk.org (Postfix) with ESMTP id 7F1013B5 for ; Mon, 27 Mar 2017 23:03:10 +0200 (CEST) Received: by mail-pg0-f49.google.com with SMTP id 81so37001869pgh.2 for ; Mon, 27 Mar 2017 14:03:10 -0700 (PDT) In-Reply-To: <1490646097-27803-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" On Mon, 27 Mar 2017 21:21:31 +0100 Remy Horton wrote: > 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. > Having more libraries is not always a good thing, why cant latency and other information be part of one metrics library?