[Accel-config] Re: [PATCH v1 00/11] Add Zcompress16 and Zdecompress16 to IAA test

Dave Jiang <dave.jiang at intel.com> Wed, 18 May 2022 16:11:41 -0700
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
On 5/17/2022 3:48 AM, Li Zhang wrote:
> 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
Reviewed-by: Dave Jiang <dave.jiang(a)intel.com> for the series.