[Accel-config] Re: [PATCH v1 0/9] Add opcode operation support in spec

Dave Jiang <dave.jiang at intel.com> Fri, 11 Feb 2022 10:06:45 -0700
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
On 2/11/2022 6:16 AM, Tony Zhu wrote:
> Only has memory opocde operation support, add other opcode code support
> to cover all.

Complete sentences please. :)

dsa_test only has memory opcode operations supported. Add the missing 
opcodes support to cover all DSA 1.0 operations.


>
> Tony Zhu (9):
>    accel-config/test: add drain operation support for single submission
>    accel-config/test: add create and apply delta record operation support
>    accel-config/test: add pattern2 to fill destination buffers
>    accel-config/test: rewrite init task and add the init of dif
>      operations
>    accel-config/test: add CRC Generation and Copy with CRC Generation
>      support
>    accel-config/test: add create and apply delta record result
>      verification
>    accel-config/test: add 4 dif operations support
>    accel-config/test: split drain multi task from noop multi task
>    accel-config/test: add cache flush operation support
>
>   test/crc16_t10_lookup.h |   36 ++
>   test/dsa.c              | 1349 +++++++++++++++++++++++++++++++++++++--
>   test/dsa.h              |   91 +++
>   test/dsa_crc32.h        |  351 ++++++++++
>   test/dsa_test.c         |  345 +++++++++-
>   test/prep.c             |  442 +++++++++++++
>   6 files changed, 2544 insertions(+), 70 deletions(-)
>   create mode 100644 test/crc16_t10_lookup.h
>   create mode 100644 test/dsa_crc32.h
>