mbox series

[0/3] Fix handling of block size in qat for hash

Message ID 20181212195904.8160-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series Fix handling of block size in qat for hash |

Message

Arkadiusz Kusztal Dec. 12, 2018, 7:59 p.m. UTC
  This patchset fixes invalid message which is caused by not
entirely correct way of checking for block size.

Arek Kusztal (3):
  crypto/qat: handle error msg of block size properly
  crypto/qat: fix message for CCM when setting unused counter
  crypto/qat: fix message for NULL algo setting unused counter

 drivers/crypto/qat/qat_sym_session.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
  

Comments

Fiona Trahe Dec. 13, 2018, 11:01 p.m. UTC | #1
> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Wednesday, December 12, 2018 12:59 PM
> To: akhil.goyal@nxp.com
> Cc: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH 0/3] Fix handling of block size in qat for hash
> 
> This patchset fixes invalid message which is caused by not
> entirely correct way of checking for block size.
> 
> Arek Kusztal (3):
>   crypto/qat: handle error msg of block size properly
>   crypto/qat: fix message for CCM when setting unused counter
>   crypto/qat: fix message for NULL algo setting unused counter
> 
>  drivers/crypto/qat/qat_sym_session.c | 15 ++++++++++-----
>  1 file changed, 10 insertions(+), 5 deletions(-)
> 
> --
> 2.1.0
Series-acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
Kovacevic, Marko Dec. 17, 2018, 12:15 p.m. UTC | #2
Series-acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Akhil Goyal Dec. 18, 2018, 10:29 a.m. UTC | #3
On 12/13/2018 1:29 AM, Arek Kusztal wrote:
> This patchset fixes invalid message which is caused by not
> entirely correct way of checking for block size.
>
> Arek Kusztal (3):
>    crypto/qat: handle error msg of block size properly
>    crypto/qat: fix message for CCM when setting unused counter
>    crypto/qat: fix message for NULL algo setting unused counter
>
>   drivers/crypto/qat/qat_sym_session.c | 15 ++++++++++-----
>   1 file changed, 10 insertions(+), 5 deletions(-)
>
Applied to dpdk-next-crypto

Thanks