[Accel-config] [PATCH 8/8] add chaining scan
"Guo, Lingyan" <[email protected]> Fri, 27 Oct 2023 11:06:55 +0800
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
change: add decompress & scan chaining in iaa_user_test_runner.sh Signed-off-by: Guo, Lingyan <[email protected]> --- test/iaa_user_test_runner.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/iaa_user_test_runner.sh b/test/iaa_user_test_runner.sh index e3a6663..1103519 100755 --- a/test/iaa_user_test_runner.sh +++ b/test/iaa_user_test_runner.sh @@ -180,6 +180,18 @@ test_op_filter() -3 262144 -o $IAA_OPCODE_SCAN -t 5000 -v "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 2097152 -2 0x7c \ -3 524288 -o $IAA_OPCODE_SCAN -t 5000 -v + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 512 -2 0x7c \ + -3 128 -o $IAA_OPCODE_SCAN -t 5000 -v -c + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 1024 -2 0x7c \ + -3 256 -o $IAA_OPCODE_SCAN -t 5000 -v -c + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 4096 -2 0x7c \ + -3 1024 -o $IAA_OPCODE_SCAN -t 5000 -v -c + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 65536 -2 0x7c \ + -3 16384 -o $IAA_OPCODE_SCAN -t 5000 -v -c + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 1048576 -2 0x7c \ + -3 262144 -o $IAA_OPCODE_SCAN -t 5000 -v -c + "$IAATEST" -w "$wq_mode_code" -f "$flag" -l 2097152 -2 0x7c \ + -3 524288 -o $IAA_OPCODE_SCAN -t 5000 -v -c fi if [ $((IAA_OPCODE_MASK_SET_MEMBERSHIP & OP_CAP2)) -ne 0 ]; then -- 2.34.1