From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 362851094 for ; Tue, 28 Mar 2017 13:21:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490700110; x=1522236110; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Ydo4d7u7LHBjZV2Tdl4rk4+bKEk+C3LTmurUHgourC4=; b=N4dMNxuJlZeuoTtAmHIC9dcmQBeFR2AqlWwnQnTxMVsBvwLwEaU3fJXG 5Kyw5Sv8IleUI0jTJrZRwdjhTeWKEw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 04:21:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="81441415" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga005.fm.intel.com with ESMTP; 28 Mar 2017 04:21:48 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX151.ger.corp.intel.com ([169.254.4.123]) with mapi id 14.03.0319.002; Tue, 28 Mar 2017 12:21:47 +0100 From: "Mcnamara, John" To: Stephen Hemminger , "Horton, Remy" CC: "dev@dpdk.org" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting Thread-Index: AQHSpzfQuhp5VYed6Um/5B9oXiZYSKGpG9wAgAD/ZvA= Date: Tue, 28 Mar 2017 11:21:47 +0000 Message-ID: References: <1490646097-27803-1-git-send-email-remy.horton@intel.com> <20170327140306.1bc641b4@xeon-e3> In-Reply-To: <20170327140306.1bc641b4@xeon-e3> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDRmZDgxY2YtMDYxMy00YWM3LTllNjctODZhMWQzMGIyODYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVqcFZUNlNLRDJHQk1LcTJUWUM5eDB0K09JNXgzYzJhVXhwdGlNNnVtQXM9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 28 Mar 2017 11:21:50 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Monday, March 27, 2017 10:03 PM > To: Horton, Remy > Cc: dev@dpdk.org; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting >=20 > On Mon, 27 Mar 2017 21:21:31 +0100 > Remy Horton wrote: >=20 > > 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. > > >=20 > Having more libraries is not always a good thing, why cant latency and > other information be part of one metrics library? Hi Stephen, Technically they could be merged and from an end user point of view it would probably be the same. I would be concerned about doing that now, 2 days before the merge window.=20 We would be amenable to merging as is and then reworking the sub libs into the metrics lib in the next release. John=20