[Accel-config] Re: [PATCH v1 0/4] Init IAA test and add No-op operation

Dave Jiang <dave.jiang at intel.com> Mon, 25 Apr 2022 16:10:02 -0700
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
On 4/19/2022 7:04 PM, Li Zhang wrote:
> Initialize C source code, Makefile, configuration and scripts
> of IAA test and add No-op test.
>
> Li Zhang (4):
>    accel-config/test: Add IAA test basic framework of C source code.
>    accel-config/test: Add C source code of operation No-op
>    accel-config/test: Add configuration file for IAA test
>    accel-config/test: Modify scripts about operation No-op
>
>   accfg/idxd.h                  |  12 +++
>   test/Makefile.am              |  15 ++--
>   test/common                   |  22 +++++
>   test/configs/2g2q_user_2.conf |  91 +++++++++++++++++++
>   test/iaa.c                    |  75 ++++++++++++++++
>   test/iaa.h                    |  16 ++++
>   test/iaa_prep.c               |  21 +++++
>   test/iaa_test.c               | 160 ++++++++++++++++++++++++++++++++++
>   test/iaa_user_test_runner.sh  | 105 ++++++++++++++++++++++
>   9 files changed, 512 insertions(+), 5 deletions(-)
>   create mode 100644 test/configs/2g2q_user_2.conf
>   create mode 100644 test/iaa.c
>   create mode 100644 test/iaa.h
>   create mode 100644 test/iaa_prep.c
>   create mode 100644 test/iaa_test.c
>   create mode 100755 test/iaa_user_test_runner.sh

LGTM

Reviewed-by: Dave Jiang <dave.jiang(a)intel.com>