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 -
 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/README                             |   6 +
 test/performance/.gitignore             |   3 +-
 test/performance/Makefile.am            |   6 +-
 test/performance/odp_l2fwd.c            | 685 ++++++++++++++++++++++++++++++++
 test/performance/odp_l2fwd_run          |  80 ++++
 test/performance/odp_scheduling_run     |   5 +
 test/validation/odp_pktio_run           | 151 +++----
 16 files changed, 961 insertions(+), 808 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

Reply via email to