Re: [dpdk-dev] [PATCH 4/5] doc: add missing algorithm in limitations for QAT

2017-07-14 Thread Trahe, Fiona
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 6:37 AM > To: Doherty, Declan ; Trahe, Fiona > ; Griffin, John > ; Jain, Deepak K > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH 4/5] doc: add missing algorithm

[dpdk-dev] [PATCH 4/5] doc: add missing algorithm in limitations for QAT

2017-07-13 Thread Pablo de Lara
For KASUMI, SNOW3G and ZUC algorithms, offsets and lengths of the data to cipher or authenticate is provided in bits, but QAT does not support non-byte aligned values, although only KASUMI and SNOW3G were mentioned. Fixes: d9b7d5bbc845 ("crypto/qat: add ZUC EEA3/EIA3 capability") Cc: sta...@dpdk.o