Re: [PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

2021-03-29 Thread Cédric Le Goater
On 3/26/21 8:48 PM, Klaus Heinrich Kiwi wrote: > >> >>   static const struct masks ast2600_masks = { >> -    .src  = 0x7fff, >> -    .dest = 0x7ff8, >> -    .len  = 0x0fff, >> +    .src = 0x7fff, >> +    .dest    = 0x7ff8, >> +    .len = 0x0fff, >>   };

Re: [PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

2021-03-26 Thread Klaus Heinrich Kiwi
static const struct masks ast2600_masks = { -.src = 0x7fff, -.dest = 0x7ff8, -.len = 0x0fff, +.src = 0x7fff, +.dest= 0x7ff8, +.len = 0x0fff, }; Apologies for that - Need to proof-read my patches better, even if it'

[PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

2021-03-26 Thread Klaus Heinrich Kiwi
Expand current Aspeed HACE testsuite to also include Scatter-Gather of sha256 and sha512 operations. Signed-off-by: Klaus Heinrich Kiwi --- tests/qtest/aspeed_hace-test.c | 156 +++-- 1 file changed, 147 insertions(+), 9 deletions(-) diff --git a/tests/qtest/aspeed_h