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 - example/l2fwd/odp_l2fwd.c | 685 -------------------------------- 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/performance/.gitignore | 3 +- test/performance/Makefile.am | 6 +- test/performance/odp_l2fwd.c | 685 ++++++++++++++++++++++++++++++++ test/performance/odp_l2fwd_run | 57 +++ test/performance/odp_scheduling_run | 5 + test/validation/odp_pktio_run | 125 +----- 15 files changed, 899 insertions(+), 806 deletions(-) delete mode 100644 example/l2fwd/.gitignore delete mode 100644 example/l2fwd/Makefile.am delete mode 100644 example/l2fwd/odp_l2fwd.c create mode 100644 platform/linux-generic/test/Makefile.am create mode 100644 platform/linux-generic/test/pktio_env create mode 100644 test/performance/odp_l2fwd.c 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
