v14: final version (Anders comments).
v13: fix Anders notes (tabs - > whitespace in configure.ac and aling for if 
case.
v12: worked with Ciprian to test different scenarios of l2fwd and pktio scripts 
run. Extend search
     path in that scrips to handle all cases.
v11: fix Ciprian comment to build out of tree. The same changes as pktio_run 
has for TEST_DIR.
     (But I have no idea how to test that.).

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 (5):
  configure.ac: include configure.m4 if platform explicitly selected
  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                                    |  10 +-
 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                    |   8 +-
 {example/l2fwd => test/performance}/odp_l2fwd.c |  26 ++--
 test/performance/odp_l2fwd_run                  |  79 ++++++++++++
 test/performance/odp_scheduling_run             |   5 +
 test/validation/odp_pktio_run                   | 152 +++++++-----------------
 15 files changed, 290 insertions(+), 137 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

Reply via email to