[dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases
Bruce Richardson
bruce.richardson at intel.com
Mon Jul 20 11:42:52 CEST 2020
On Mon, Jul 20, 2020 at 09:27:57AM +0000, Akhil Goyal wrote:
> Hi All,
>
> > blockcipher cases are either returning TEST_SUCCESS
> > or TEST_FAILED as status, but the test may not be
> > supported by the PMD which is also a success case
> > for the PMD. Hence checking for status == TEST_FAILED
> > for setting the overall status as failed.
> >
> > Signed-off-by: Akhil Goyal <akhil.goyal at nxp.com>
> > ---
>
> Any comments on this patch?
>
Not an expert on the crypto area, but on code-review the changes look good
to me as it makes the return value match the output describing what is
happening.
Reviewed-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list