[Accel-config] Re: [PATCH v3 0/4] Add operation CRC64 into IAA test

Dave Jiang <dave.jiang at intel.com> Mon, 02 May 2022 13:52:52 -0700
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
Reviewed-by: Dave Jiang <dave.jiang(a)intel.com> for the series

On 5/2/2022 9:33 AM, Li Zhang wrote:
> Add software algorithm of CRC64, add operation CRC64 test code,
> and modify Makefile and test script.
>
> Changelog:
> v2:
> - Convert all the IAX to IAA.
> v3:
> - Keep IAX in legacy code and use IAA on new introduced code.
>
> Li Zhang (4):
>    accel-config/test: Convert the key word IAX to IAA
>    accel-config/test: Add a software CRC64 algorithm
>    accel-config/test: Add source code of operation CRC64
>    accel-config/test: Modify script for executing CRC64 test
>
>   test/Makefile.am             |   2 +-
>   test/accel_test.h            |  16 ++--
>   test/algorithms/iaa_crc64.c  | 152 +++++++++++++++++++++++++++++++
>   test/algorithms/iaa_crc64.h  |  18 ++++
>   test/common                  |   6 +-
>   test/iaa.c                   | 168 +++++++++++++++++++++++++++++++++--
>   test/iaa.h                   |  15 ++--
>   test/iaa_prep.c              |  14 ++-
>   test/iaa_test.c              |  94 +++++++++++++++++---
>   test/iaa_user_test_runner.sh |  48 ++++++----
>   10 files changed, 479 insertions(+), 54 deletions(-)
>   create mode 100644 test/algorithms/iaa_crc64.c
>   create mode 100644 test/algorithms/iaa_crc64.h
>