mbox series

[v4,0/3] add AES-CMAC support

Message ID 1539101292-18984-1-git-send-email-tomaszx.cel@intel.com (mailing list archive)
Headers
Series add AES-CMAC support |

Message

Cel, TomaszX Oct. 9, 2018, 4:08 p.m. UTC
  This patch add support for AES-CMAC, moreover update QAT documentation
and enable tests for AES-CMAC.

v4:
- moved the capability changes from patch doc/qat to patch crypto/qat

v3:
- added AES-CMAC to the capabilities list
- updated release note for 18.11
- updated qat.rst file

v2:
- deleted unnecessary white space from documentation part

Tomasz Cel (3):
  crypto/qat: add support AES-CMAC
  test/qat: test for AES-CMAC
  doc/qat: update AES-CMAC documentation

 doc/guides/cryptodevs/features/qat.ini       |   1 +
 doc/guides/cryptodevs/qat.rst                |   1 +
 doc/guides/rel_notes/release_18_11.rst       |   6 +
 drivers/crypto/qat/qat_sym_capabilities.h    |  20 +++
 drivers/crypto/qat/qat_sym_session.c         | 190 +++++++++++++++++++--------
 drivers/crypto/qat/qat_sym_session.h         |   3 +
 test/test/test_cryptodev_hash_test_vectors.h |  12 +-
 7 files changed, 175 insertions(+), 58 deletions(-)
  

Comments

Fiona Trahe Oct. 9, 2018, 4:25 p.m. UTC | #1
> -----Original Message-----
> From: Cel, TomaszX
> Sent: Tuesday, October 9, 2018 5:08 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; akhil.goyal@nxp.com; Kovacevic, Marko
> <marko.kovacevic@intel.com>; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>;
> mattias.ronnblom@ericsson.com; Cel, TomaszX <tomaszx.cel@intel.com>
> Subject: [PATCH v4 0/3] add AES-CMAC support
> 
> This patch add support for AES-CMAC, moreover update QAT documentation
> and enable tests for AES-CMAC.
> 
> v4:
> - moved the capability changes from patch doc/qat to patch crypto/qat
> 
> v3:
> - added AES-CMAC to the capabilities list
> - updated release note for 18.11
> - updated qat.rst file
> 
> v2:
> - deleted unnecessary white space from documentation part
> 
> Tomasz Cel (3):
>   crypto/qat: add support AES-CMAC
>   test/qat: test for AES-CMAC
>   doc/qat: update AES-CMAC documentation
> 
>  doc/guides/cryptodevs/features/qat.ini       |   1 +
>  doc/guides/cryptodevs/qat.rst                |   1 +
>  doc/guides/rel_notes/release_18_11.rst       |   6 +
>  drivers/crypto/qat/qat_sym_capabilities.h    |  20 +++
>  drivers/crypto/qat/qat_sym_session.c         | 190 +++++++++++++++++++--------
>  drivers/crypto/qat/qat_sym_session.h         |   3 +
>  test/test/test_cryptodev_hash_test_vectors.h |  12 +-
>  7 files changed, 175 insertions(+), 58 deletions(-)
> 
> --
> 2.7.4
Series-acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
Akhil Goyal Oct. 10, 2018, 10:59 a.m. UTC | #2
On 10/9/2018 9:55 PM, Trahe, Fiona wrote:
> acked-by: Fiona Trahe<fiona.trahe@intel.com>
Applied to dpdk-next-crypto

Thanks