Re: [dpdk-dev] [PATCH v12 4/6] app/test-pmd: add bitrate statistics calculation

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 4/6] app/test-pmd: add bitrate statistics > calculation >

[dpdk-dev] [PATCH v12 4/6] app/test-pmd: add bitrate statistics calculation

2017-03-27 Thread Remy Horton
Calculate bitrate statistics using the bitrate stats library. The resulting statistics can be viewed via proc_info. Signed-off-by: Remy Horton --- app/test-pmd/testpmd.c | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/tes