> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, September 21, 2017 2:11 PM > To: Doherty, Declan <declan.dohe...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com>; Jain, Deepak K <deepak.k.j...@intel.com>; Griffin, > John <john.grif...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Subject: [dpdk-dev] [PATCH v2 0/9] Add support for AES-CCM > > AES-CCM support is added in the OpenSSL and QAT PMDs. > The PMDs and the test code have been reworked, to avoid duplications with > AES-GCM code, as both algorithms are quite similar (both are AEAD > algorithms). > > Also, an optimization for AES-GCM (and AES-CCM after the last patch) has > been introduced, initializing the OpenSSL Context with the key, at session > creation, instead of for each operation. > > Changes in v2: > - Clarified API for AES-CCM > - Modified OpenSSL PMD and sample apps to comply with API > - Added support for AES-CCM in QAT > - Extended test cases for 192 and 256 bit keys
Series Acked-by: Fan Zhang <roy.fan.zh...@intel.com>