On 24 December 2014 at 23:36, Mike Holmes <[email protected]> wrote: > odp_example is too complex to be an example, and is not a unit test, > instead it is a performance oriented test application. > > Signed-off-by: Mike Holmes <[email protected]> > --- > configure.ac | 2 +- > example/Makefile.am | 2 +- > example/odp_example/.gitignore | 1 - > example/odp_example/Makefile.am | 10 --- > test/Makefile.am | 2 +- > test/performance/.gitignore | 1 + > test/performance/Makefile.am | 10 +++ > .../performance/odp_scheduling.c | 76 > +++++++++++----------- > 8 files changed, 52 insertions(+), 52 deletions(-) > delete mode 100644 example/odp_example/.gitignore > delete mode 100644 example/odp_example/Makefile.am > create mode 100644 test/performance/.gitignore > create mode 100644 test/performance/Makefile.am > rename example/odp_example/odp_example.c => > test/performance/odp_scheduling.c (92%) > > diff --git a/configure.ac b/configure.ac > index 377e8be..01644f6 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -198,13 +198,13 @@ AC_CONFIG_FILES([Makefile > example/generator/Makefile > example/ipsec/Makefile > example/l2fwd/Makefile > - example/odp_example/Makefile > example/packet/Makefile > example/timer/Makefile > doc/Makefile > test/Makefile > test/api_test/Makefile > test/validation/Makefile > + test/performance/Makefile
Nit: this should be in alphabetic order... Maybe Maxim can fix this before he push? Cheers, Anders _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
