Re: [dpdk-dev] [PATCH v1] app/testpmd: add bitrate stats option

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Horton, Remy > Sent: Wednesday, April 26, 2017 9:03 PM > To: dev@dpdk.org > Cc: Wu, Jingjing > Subject: [PATCH v1] app/testpmd: add bitrate stats option > > Bit-rate collation should only be done by one core. This patch adds an option > to > select which co

[dpdk-dev] [PATCH v1] app/testpmd: add bitrate stats option

2017-04-26 Thread Remy Horton
Bit-rate collation should only be done by one core. This patch adds an option to select which core performs the bit-rate calculation, which is also disabled by default. Fixes: 7e4441c8efb9 ("app/testpmd: add bitrate statistics calculation") Signed-off-by: Remy Horton --- app/test-pmd/parameters