Re: [lng-odp] [PATCH] test: perf: add new packet function microbenchmark application

2017-01-23 Thread Elo, Matias (Nokia - FI/Espoo)
> On 19 Jan 2017, at 17:39, Maxim Uvarov wrote: > > On 01/14/17 19:20, Bill Fischofer wrote: >> --- a/test/common_plat/performance/Makefile.am >>> +++ b/test/common_plat/performance/Makefile.am >>> @@ -2,9 +2,12 @@ include $(top_srcdir)/test/Makefile.inc >>> >>> TESTS_ENVIRONMENT += TEST_DIR=${

Re: [lng-odp] [PATCH] test: perf: add new packet function microbenchmark application

2017-01-19 Thread Maxim Uvarov
On 01/14/17 19:20, Bill Fischofer wrote: > --- a/test/common_plat/performance/Makefile.am >> +++ b/test/common_plat/performance/Makefile.am >> @@ -2,9 +2,12 @@ include $(top_srcdir)/test/Makefile.inc >> >> TESTS_ENVIRONMENT += TEST_DIR=${builddir} >> >> -EXECUTABLES = odp_crypto$(EXEEXT) odp_pktio

Re: [lng-odp] [PATCH] test: perf: add new packet function microbenchmark application

2017-01-14 Thread Bill Fischofer
Thanks for contributing this. Looks very useful. On Fri, Jan 13, 2017 at 9:47 AM, Matias Elo wrote: > The function calls each packet function TEST_REPEAT_COUNT times and > calculates the average cycle count per call. > > Main options: > -b: Burst size for *_multi operations > -i: Benchmark index

[lng-odp] [PATCH] test: perf: add new packet function microbenchmark application

2017-01-13 Thread Matias Elo
The function calls each packet function TEST_REPEAT_COUNT times and calculates the average cycle count per call. Main options: -b: Burst size for *_multi operations -i: Benchmark index to run indefinitely The application prints benchmark results as a table, which can be copied as is to a spreadsh