[Accel-config] [PATCH v1 00/11] Add Zcompress16 and Zdecompress16 to IAA test
Li Zhang <li4.zhang at intel.com> Tue, 17 May 2022 18:48:22 +0800
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
Add software algorithms of Zcompress16 and Zdecompress16,
add operation Zcompress16 and Zdecompress16 test code,
modify Makefile, test script and configuration file.
Li Zhang (11):
accel-config/test: Move macro ADDR_ALIGNMENT to common file
accel-config/test: Modify max_transfer_size in config file
accel-config/test: Add algorithm to generate random data for
Zcompress16
accel-config/test: Add algorithm to do Zcompress16
accel-config/test: Add element output to struct task
accel-config/test: Add test code of operation Zcompress16
accel-config/test: Modify script for executing Zcompress16 test
accel-config/test: Add algorithm to do Zdecompress16
accel-config/test: Add element input to struct task
accel-config/test: Add test code of operation Zdecompress16
accel-config/test: Modify script for executing Zdecompress16 test
test/Makefile.am | 2 +-
test/accel_test.c | 2 +
test/accel_test.h | 3 +
test/algorithms/iaa_zcompress.c | 121 +++++++++++++++
test/algorithms/iaa_zcompress.h | 12 ++
test/configs/2g2q_user_2.conf | 4 +-
test/dsa.h | 2 -
test/iaa.c | 252 +++++++++++++++++++++++++++++++-
test/iaa.h | 6 +
test/iaa_prep.c | 24 ++-
test/iaa_test.c | 79 ++++++++++
test/iaa_user_test_runner.sh | 14 ++
12 files changed, 513 insertions(+), 8 deletions(-)
create mode 100644 test/algorithms/iaa_zcompress.c
create mode 100644 test/algorithms/iaa_zcompress.h
--
2.25.1