All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] [PATCH v2 0/7] Add opcode operation support in spec
@ 2022-02-16 12:26 Tony Zhu
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Zhu @ 2022-02-16 12:26 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

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

Changelog:
v2:
- Modify DRAIN operation test - after memory move submission then do DRAIN operation
- break apart the rewrite and the adding of dif operations
- break init task into sub-functions for operations
- Remove "split drain multi task from noop multi task" which is merged
  in operation support
- Remove "add create and apply delta record result" which is merged in
  operation support

Tony Zhu (7):
  accel-config/test: add pattern2 to fill destination buffers
  accel-config/test: restructure init task to break data init into
    sub-functions
  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 CRC Generation and Copy with CRC Generation
    support
  accel-config/test: add 4 dif operations support
  accel-config/test: add cache flush operation support

 test/crc16_t10_lookup.h |   36 +
 test/dsa.c              | 1521 +++++++++++++++++++++++++++++++++++++--
 test/dsa.h              |  102 +++
 test/dsa_crc32.h        |  351 +++++++++
 test/dsa_test.c         |  336 ++++++++-
 test/prep.c             |  464 ++++++++++++
 6 files changed, 2761 insertions(+), 49 deletions(-)
 create mode 100644 test/crc16_t10_lookup.h
 create mode 100644 test/dsa_crc32.h

-- 
2.27.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Accel-config] [PATCH v2 0/7] Add opcode operation support in spec
@ 2022-02-18  1:50 Tony Zhu
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Zhu @ 2022-02-18  1:50 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]

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

Changelog:
v2:
- Modify DRAIN operation test - after memory move submission then do DRAIN operation
- break apart the rewrite and the adding of dif operations
- break init task into sub-functions for operations
- Remove "split drain multi task from noop multi task" which is merged
  in operation support
- Remove "add create and apply delta record result" which is merged in
  operation support
v3:
- Remove non-sense comment from patch "add 4 dif operations support"

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

Tony Zhu (7):
  accel-config/test: add pattern2 to fill destination buffers
  accel-config/test: restructure init task to break data init into
    sub-functions
  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 CRC Generation and Copy with CRC Generation
    support
  accel-config/test: add 4 dif operations support
  accel-config/test: add cache flush operation support

 test/crc16_t10_lookup.h |   36 +
 test/dsa.c              | 1519 +++++++++++++++++++++++++++++++++++++--
 test/dsa.h              |  102 +++
 test/dsa_crc32.h        |  351 +++++++++
 test/dsa_test.c         |  336 ++++++++-
 test/prep.c             |  464 ++++++++++++
 6 files changed, 2759 insertions(+), 49 deletions(-)
 create mode 100644 test/crc16_t10_lookup.h
 create mode 100644 test/dsa_crc32.h

-- 
2.27.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-18  1:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16 12:26 [Accel-config] [PATCH v2 0/7] Add opcode operation support in spec Tony Zhu
2022-02-18  1:50 Tony Zhu

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.