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

2017-05-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, May 01, 2017 9:22 PM > To: Patil, Harish; Horton, Remy > Cc: dev@dpdk.org; De Lara Guarch, Pablo; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: add bitrate stats

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

2017-05-01 Thread Thomas Monjalon
01/05/2017 22:07, Patil, Harish: > Hi Remy, > Have a small suggestion here. > Since testpmd uses new libraries of librte_latencystats and > librte_bitratestats it hurts packet processing performance. > Many users who use testpmd to do the initial performance benchmarks may > not be aware of such a

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

2017-05-01 Thread Patil, Harish
>From: 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 Horto

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

2017-05-01 Thread Thomas Monjalon
28/04/2017 13:00, Pablo de Lara: > From: 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 calc

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

2017-04-28 Thread Pablo de Lara
From: 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 Acked-by