[PATCH v1 0/5] Support the multi descriptor submit
by Tony Zhu
To support -n, the test code is re-constructed. The single task is
replaced with multi tasks.
Checked with checkpatch.pl, warnings and checks are reported. They
are removed except kernel type checks u64, u32 and u8.
No function change, the random pattern and tflags keep same.
Tony Zhu (5):
accel-config/test: remove dsa_test code warnings scanned by
checkpatch.pl
accel-config/test: remove dsa_test code checks scanned by
checkpatch.pl
accel-config/test: add test_noop function to replace the test in main
accel-config/test: add test_memory function to remove 5 opcode test
duplicated parts
accel-config/test: add -n to input the submit descriptor number
test/dsa.c | 452 ++++++++++++++++++++++++++-------------
test/dsa.h | 62 +++---
test/dsa_test.c | 554 +++++++++++++++++++++++++-----------------------
test/prep.c | 126 +++++------
4 files changed, 692 insertions(+), 502 deletions(-)
--
2.27.0
7 months