Re: [dpdk-dev] [PATCH v6 3/4] app/test-pmd: add support for bitrate statistics

2017-01-12 Thread Thomas Monjalon
I do not understand clearly this library and the output from testpmd. It seems you have a need but you do not explain why it is not done in the application. Bitrate is specific to ethdev, right? Why not put it directly in testpmd first?

[dpdk-dev] [PATCH v6 3/4] app/test-pmd: add support for bitrate statistics

2017-01-11 Thread Remy Horton
Signed-off-by: Remy Horton --- app/test-pmd/testpmd.c | 36 1 file changed, 36 insertions(+) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index bfb2f8e..a0b7430 100644 --- a/app/test-pmd/testpmd.c +++ b/app/test-pmd/testpmd.c @@ -79,6 +79,10 @