> Subject: [PATCH v1 3/3] test/crypto: add support for error recovery > > Add a callback for error recovery and register it with cryptodev. > Add a unit test to verify the error recovery of cryptodev. > The unit test generates an error by passing an mbuf to cryptodev > allocated from heap memory. The registered callback will be called as > part of error recovery. > The unit test verifies the cryptodev recovery by testing a simple > crypto operation. > > Signed-off-by: Vidya Sagar Velumuri <vvelum...@marvell.com> Acked-by: Akhil Goyal <gak...@marvell.com>