All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jiang <dave.jiang at intel.com>
To: accel-config@lists.01.org
Subject: [Accel-config] Re: [PATCH v3 0/4] Add operation CRC64 into IAA test
Date: Mon, 02 May 2022 13:52:52 -0700	[thread overview]
Message-ID: <d43a8be8-16ae-45e1-be58-cc3d362bbbb7@intel.com> (raw)
In-Reply-To: 20220502163348.667997-1-li4.zhang@intel.com

[-- 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
>

                 reply	other threads:[~2022-05-02 20:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d43a8be8-16ae-45e1-be58-cc3d362bbbb7@intel.com \
    --to=accel-config@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.