[PATCH] app/crypto-perf: return ENOTSUP for unsupported cases
Akhil Goyal
gakhil at marvell.com
Wed Sep 6 10:26:45 CEST 2023
> > -----Original Message-----
> > From: Akhil Goyal <gakhil at marvell.com>
> >
> > dpdk-test-crypto-perf application returns failure for all the cases which are
> > not supported by the device.
> >
> > This patch captures rte_errno to check if the case run is supported or not, if
> > not supported, the application would now return ENOTSUP which can be
> > used in automation to identify between failed and unsupported cases.
> >
> > Signed-off-by: Akhil Goyal <gakhil at marvell.com>
> Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
Applied to dpdk-next-crypto
More information about the dev
mailing list