Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL cipher algo for non 8-byte multiple

2019-04-30 Thread Akhil Goyal
> NULL cipher algo of 4-byte multiple and other sizes caused firmware hang > due to use of wrong mode. Changed from ECB mode to CTR mode to fix. > > Fixes: 98f060891615 ("crypto/qat: add symmetric session file") > cc: sta...@dpdk.org > > Signed-off-by: Fiona Trahe > --- Applied to dpdk-next-c

[dpdk-dev] [PATCH] crypto/qat: fix NULL cipher algo for non 8-byte multiple

2019-04-26 Thread Fiona Trahe
NULL cipher algo of 4-byte multiple and other sizes caused firmware hang due to use of wrong mode. Changed from ECB mode to CTR mode to fix. Fixes: 98f060891615 ("crypto/qat: add symmetric session file") cc: sta...@dpdk.org Signed-off-by: Fiona Trahe --- drivers/crypto/qat/qat_sym_session.c | 3