From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4037245981105103795==" MIME-Version: 1.0 From: Dave Jiang Subject: [Accel-config] Re: [PATCH v3 0/4] Add operation CRC64 into IAA test Date: Mon, 02 May 2022 13:52:52 -0700 Message-ID: In-Reply-To: 20220502163348.667997-1-li4.zhang@intel.com To: accel-config@lists.01.org List-ID: --===============4037245981105103795== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reviewed-by: Dave Jiang 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 > --===============4037245981105103795==--