Skip to content

Commit

Permalink
test: dmafwd: update runner script
Browse files Browse the repository at this point in the history
Add test run for new DMA poll mode.

Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Reviewed-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
TuomasTaipale authored and MatiasElo committed Sep 27, 2023
1 parent df6b07e commit 0248805
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/performance/odp_dmafwd_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,13 @@ echo "${BIN_NAME}: SW copy"
echo "==================="
./${BIN_NAME}${EXEEXT} -i ${IF0} -b ${BATCH} -T ${TIME} -t 0
check_result $?
echo "${BIN_NAME}: DMA copy"
echo "${BIN_NAME}: DMA copy event"
echo "===================="
./${BIN_NAME}${EXEEXT} -i ${IF0} -b ${BATCH} -T ${TIME} -t 1
check_result $?
echo "${BIN_NAME}: DMA copy poll"
echo "===================="
./${BIN_NAME}${EXEEXT} -i ${IF0} -b ${BATCH} -T ${TIME} -t 2
check_result $?
cleanup_interfaces
check_exit

0 comments on commit 0248805

Please sign in to comment.