Re: [dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output

2020-11-12 Thread Akhil Goyal
> The print statement had a typo, "sesionless" should have been > "sessionless". This is now fixed. > > Fixes: afcfa2fd0431 ("test/crypto: check session-less support") > Cc: pablo.de.lara.gua...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Ciara Power > --- Applied to dpdk-next-crypto Tha

[dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output

2020-11-11 Thread Ciara Power
The print statement had a typo, "sesionless" should have been "sessionless". This is now fixed. Fixes: afcfa2fd0431 ("test/crypto: check session-less support") Cc: pablo.de.lara.gua...@intel.com Cc: sta...@dpdk.org Signed-off-by: Ciara Power --- app/test/test_cryptodev_blockcipher.c | 2 +- 1 f