Reviewed-by: Mike Holmes <[email protected]>
On 2 April 2015 at 15:03, Maxim Uvarov <[email protected]> wrote: > v9: in last patch I referenced for for binary in example directory. Script > worked because > I had binary from previous build, before move. Thanks, Mike for > finding that. > v8: add messages about ODP_PLATFROM variable to test/README and to scipts. > v7: fix more Mike comments and split patch. > > > Maxim Uvarov (4): > validation: implement platform env > validation: move l2fwd from example to performance tests > validation: sched: add missing copyright > validation: add new test l2fwd_run > > configure.ac | 1 - > example/Makefile.am | 2 +- > example/l2fwd/.gitignore | 1 - > example/l2fwd/Makefile.am | 10 -- > platform/linux-generic/Makefile.am | 2 + > platform/linux-generic/m4/configure.m4 | 2 + > platform/linux-generic/test/Makefile.am | 1 + > platform/linux-generic/test/pktio_env | 120 > ++++++++++++++++++++++ > test/README | 6 ++ > test/performance/.gitignore | 3 +- > test/performance/Makefile.am | 6 +- > {example/l2fwd => test/performance}/odp_l2fwd.c | 26 ++--- > test/performance/odp_l2fwd_run | 63 ++++++++++++ > test/performance/odp_scheduling_run | 5 + > test/validation/odp_pktio_run | 131 > +++++------------------- > 15 files changed, 245 insertions(+), 134 deletions(-) > delete mode 100644 example/l2fwd/.gitignore > delete mode 100644 example/l2fwd/Makefile.am > create mode 100644 platform/linux-generic/test/Makefile.am > create mode 100644 platform/linux-generic/test/pktio_env > rename {example/l2fwd => test/performance}/odp_l2fwd.c (96%) > create mode 100755 test/performance/odp_l2fwd_run > > -- > 1.9.1 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
