> Hi Saoirse,
>
> > Subject: [PATCH] test/crypto: fix errors for test stats testcase
> >
> > The test stats testcase was printing the same error message for multiple
> > errors
> > in the test stats testcase. This is now replaced with descriptive error
> > messages,
> > which match the cause of the failure.
> >
> > Fixes: 202d375 ("app/test: add cryptodev unit and performance tests")
> > Cc: [email protected]
> > Cc: [email protected]
> >
> > Signed-off-by: Saoirse O'Donovan <[email protected]>
> > ---
> > .mailmap | 1 +
> > app/test/test_cryptodev.c | 12 ++++++------
> > 2 files changed, 7 insertions(+), 6 deletions(-)
>
> Acked-by: Ciara Power <[email protected]>
Applied to dpdk-next-crypto
Changed title to "test/crypto: fix stats case error messages"