* [Accel-config] Re: [PATCH v3 0/4] Add operation CRC64 into IAA test
@ 2022-05-02 20:52 Dave Jiang
0 siblings, 0 replies; only message in thread
From: Dave Jiang @ 2022-05-02 20:52 UTC (permalink / raw)
To: accel-config
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
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
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-02 20:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 20:52 [Accel-config] Re: [PATCH v3 0/4] Add operation CRC64 into 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.