Re: [dpdk-dev] [PATCH] qat: fix checks for 3gpp algorithms vs bit mode

2018-07-13 Thread De Lara Guarch, Pablo
ehalf Of Dmitry > > Eremin-Solenikov > > Sent: Wednesday, July 11, 2018 1:25 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH] qat: fix checks for 3gpp algorithms vs bit > > mode > > > > QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms

Re: [dpdk-dev] [PATCH] qat: fix checks for 3gpp algorithms vs bit mode

2018-07-11 Thread Trahe, Fiona
5 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] qat: fix checks for 3gpp algorithms vs bit mode > > QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms using > cipher/auth_param, which are not initialized at this moment yet. Use > operation params instead. > >

[dpdk-dev] [PATCH] qat: fix checks for 3gpp algorithms vs bit mode

2018-07-11 Thread Dmitry Eremin-Solenikov
QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms using cipher/auth_param, which are not initialized at this moment yet. Use operation params instead. Signed-off-by: Dmitry Eremin-Solenikov --- drivers/crypto/qat/qat_sym.c | 22 +++--- 1 file changed, 11 insertio