From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9yhvECYKV52KnKeIRIaCxDJ2U0WMn04CRdeHDzM9fCU=; b=EM2cEQb05sad8go8TGc2860UgoC1o2JJPX9RnA4y6M+QyqhWcYpm+pcEWexKy2ahsR 3YmIJxe03e/HyrqrtbmE3BoAEEx3vCsxxjPRYCiwBNi8WvsC0mykbtZ6oJ0ju5/IpTg5 W4LMrrIrpQR3oF8+llTP0yTbsZ1VvlLl6Z7voQA2m3I/zCH5cz8kGqKFdMcA4dfCBRR7 h26PNnR0TlVAAQRhytRESApGLkQp0x6+HJaPO8bL/Df3t12L6xJ1GvK1EqywZSWKrbzq S+8egOeVzeO8azGoZp6+FZDe05g8FdXMq5cZRdA0JFBuCSWSaKvQSIzcO21FLohWuZ9C AILg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9yhvECYKV52KnKeIRIaCxDJ2U0WMn04CRdeHDzM9fCU=; b=W0PuL/9a8kHUJxr0c7ioMbcI6R9dsZvy4sKshOUQTAyt01JZ393XErNHPV2fy7aAx6 4aWLyBlqep51aQSrBXQC0XpUpnhBZzoY/QIIA6o1aBfuA8zDIGSN7c1QVpxfry0HqFZd 18oKcaoG47IpUGyQmGhF/NUOlV5uBduGyP0UdWF4X1Uzu+/Mugsdb9yfLMmXcGse2Dzh UsqE/mzqGs4CD8dcdAiNK7Ea70lw/tcA/TtAPIWb+fCER3bVbZSO9/Potcgry70Dx4Bn UZ0w0JN5cVsAJrY44H8ASkGWLjq75tGsiTkQSy0c6iE1gJ5vRnQS3GLQK0Uux0PaK6BG HLzw== X-Gm-Message-State: AFeK/H1HbfsSz3jtiLtcv8AhF6Cn7OwKVciSIMbQn58iwzAcPZ65veTazVkjNB0uFudtDA== X-Received: by 10.84.129.67 with SMTP id 61mr32057516plb.16.1490648589361; Mon, 27 Mar 2017 14:03:09 -0700 (PDT) Received: from xeon-e3 (204-195-18-65.wavecable.com. [204.195.18.65]) by smtp.gmail.com with ESMTPSA id l17sm2895508pfg.62.2017.03.27.14.03.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Mar 2017 14:03:09 -0700 (PDT) Date: Mon, 27 Mar 2017 14:03:06 -0700 From: Stephen Hemminger To: Remy Horton Cc: dev@dpdk.org, Thomas Monjalon Message-ID: <20170327140306.1bc641b4@xeon-e3> In-Reply-To: <1490646097-27803-1-git-send-email-remy.horton@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 21:03:10 -0000 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?