Linux generic supports threads and theoretically processes as the worker and 
control tasks but process mode is never tested.
Add the framework to launch a performance test from the linux-generic 
implementation with make check in the process configuration.

Mike Holmes (2):
  linux-generic: test: move validation tests to their own directory
  linux-generic: test: add performance test framework

 platform/linux-generic/m4/configure.m4             |  4 +-
 platform/linux-generic/test/Makefile.am            | 53 +++-------------------
 .../linux-generic/test/performance/Makefile.am     | 13 ++++++
 .../test/performance/odp_scheduling_proc_run       | 25 ++++++++++
 .../test/performance/tests-performance.env         |  3 ++
 .../test/{ => validation}/Makefile.am              | 14 +-----
 .../test/{ => validation}/pktio/.gitignore         |  0
 .../test/{ => validation}/pktio/Makefile.am        |  0
 .../test/{ => validation}/pktio/pktio_env          |  0
 .../test/{ => validation}/pktio/pktio_run          |  0
 .../test/{ => validation}/pktio/pktio_run_pcap     |  0
 .../test/{ => validation}/pktio/pktio_run_tap      |  0
 test/performance/odp_l2fwd_run                     |  6 +--
 13 files changed, 55 insertions(+), 63 deletions(-)
 create mode 100644 platform/linux-generic/test/performance/Makefile.am
 create mode 100755 
platform/linux-generic/test/performance/odp_scheduling_proc_run
 create mode 100644 
platform/linux-generic/test/performance/tests-performance.env
 copy platform/linux-generic/test/{ => validation}/Makefile.am (88%)
 rename platform/linux-generic/test/{ => validation}/pktio/.gitignore (100%)
 rename platform/linux-generic/test/{ => validation}/pktio/Makefile.am (100%)
 rename platform/linux-generic/test/{ => validation}/pktio/pktio_env (100%)
 rename platform/linux-generic/test/{ => validation}/pktio/pktio_run (100%)
 rename platform/linux-generic/test/{ => validation}/pktio/pktio_run_pcap (100%)
 rename platform/linux-generic/test/{ => validation}/pktio/pktio_run_tap (100%)

-- 
2.5.0

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to