Hi Mairtin,

> -----Original Message-----
> From: O'loingsigh, Mairtin <mairtin.oloings...@intel.com>
> Sent: Tuesday, February 25, 2020 9:48 AM
> To: Trahe, Fiona <fiona.tr...@intel.com>; akhil.go...@nxp.com
> Cc: dev@dpdk.org; O'loingsigh, Mairtin <mairtin.oloings...@intel.com>
> Subject: [PATCH 1/2] crypto/qat: support DOCSIS AES-256
> 
> This patch adds support for DOCSIS AES-256 when using qat
> 
> Signed-off-by: Mairtin o Loingsigh <mairtin.oloings...@intel.com>
> ---
>  drivers/crypto/qat/qat_sym_capabilities.h |    2 +-
>  drivers/crypto/qat/qat_sym_session.c      |   12 ++++++++++--
>  2 files changed, 11 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/crypto/qat/qat_sym_capabilities.h 
> b/drivers/crypto/qat/qat_sym_capabilities.h
> index 028a56c..d5487ae 100644
> --- a/drivers/crypto/qat/qat_sym_capabilities.h
> +++ b/drivers/crypto/qat/qat_sym_capabilities.h
> @@ -333,7 +333,7 @@
>                               .block_size = 16,                       \
>                               .key_size = {                           \
>                                       .min = 16,                      \
> -                                     .max = 16,                      \
> +                                     .max = 32,                      \
>                                       .increment = 0                  \
[Fiona] increment should be 16

Reply via email to