odp
odp copied to clipboard
[PATCH v1] Make example run scripts more aligned to test/performance/odp_l2fwd_run.sh and CI friendly
commit cb533ac0a62bd9ba35dbfc5d0bb5754bcbe4bed6 (HEAD -> dev-run-script-changes, origin/dev-run-script-changes) Author: Nithin Dabilpuram [email protected] Date: Thu Nov 10 15:09:43 2022 +0530
example: remove ODP_PKTIO_PCAP condition to run tests
ODP_PKTIO_PCAP is a linux-generic platform specific define
and hence remove it from examples so that all the examples can
run on other platforms too.
Signed-off-by: Nithin Dabilpuram <[email protected]>
commit a96f38ceddc86efed825329d72342e78686af5f7 Author: Sunil Kumar Kori [email protected] Date: Tue Aug 23 23:21:37 2022 +0530
example: move pktio_env reference logic to run script
Unlike script like test/performance/odp_l2fwd_run.sh,
currently the pktio_env referenced by examples is done by doing a
symlink of that file. Symbolic link doesn't work when we make
distribution package or copy build folder to CI machine to run.
So make it similar to odp_l2fwd_run.sh.
Also add ODP_PLATFORM in example test environment like done for
test/.
Signed-off-by: Sunil Kumar Kori <[email protected]>
commit 5449461714809d2a9b1b5324f8532c3cd5e61ec6 Author: Sunil Kumar Kori [email protected] Date: Thu Aug 18 17:17:52 2022 +0530
example: use stdbuf prepended to example and perf test scripts
Use stdbuf to turn off output buffering and get periodic output.
This is useful for CI monitoring.
Signed-off-by: Sunil Kumar Kori <[email protected]>
commit 0c8a4d88d2de92c9c00cffebc6a59f393aa414e5 Author: Nithin Dabilpuram [email protected] Date: Thu Nov 10 15:26:00 2022 +0530
linux-gen: copy pktio_env when build out of tree
For make check to pass when build out of tree, copy
the pktio_env to build directory.
Signed-off-by: Nithin Dabilpuram <[email protected]>