Re: [dpdk-dev] [PATCH v12 3/6] lib: add bitrate statistics library

2017-03-28 Thread Remy Horton
On 28/03/2017 16:30, Pattan, Reshma wrote: [..] +CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) + Adding -O3 flags? Not here, as I don't think optimization flags should be in non top-level Makefiles (someone correct me if this is wrong..). Other changes done.

Re: [dpdk-dev] [PATCH v12 3/6] lib: add bitrate statistics library

2017-03-28 Thread Pattan, Reshma
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Remy Horton > Sent: Monday, March 27, 2017 9:22 PM > To: dev@dpdk.org > Cc: Thomas Monjalon > Subject: [dpdk-dev] [PATCH v12 3/6] lib: add bitrate statistics library > > This p

[dpdk-dev] [PATCH v12 3/6] lib: add bitrate statistics library

2017-03-27 Thread Remy Horton
This patch adds a library that calculates peak and average data-rate statistics. For ethernet devices. These statistics are reported using the metrics library. Signed-off-by: Remy Horton --- MAINTAINERS| 4 + config/common_base