> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Stephen Hemminger > Sent: Monday, March 27, 2017 10:03 PM > To: Horton, Remy <[email protected]> > Cc: [email protected]; Thomas Monjalon <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting > > On Mon, 27 Mar 2017 21:21:31 +0100 > Remy Horton <[email protected]> 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?
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. We would be amenable to merging as is and then reworking the sub libs into the metrics lib in the next release. John

