> > Subject: [PATCH] test/crypto: fix return value from session > > > > Fixing return value if session failure occurs due to unsupported feature. > > > > Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto > > operations") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com> > > --- > > app/test/test_cryptodev.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Acked-by: Ciara Power <ciara.po...@intel.com>
Applied to dpdk-next-crypto Thanks.