All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] Re: [PATCH v1 00/11] Add Zcompress16 and Zdecompress16 to IAA test
@ 2022-05-18 23:11 Dave Jiang
  0 siblings, 0 replies; only message in thread
From: Dave Jiang @ 2022-05-18 23:11 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 1796 bytes --]


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-18 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 23:11 [Accel-config] Re: [PATCH v1 00/11] Add Zcompress16 and Zdecompress16 to IAA test Dave Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.