Hi Arek, > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, March 01, 2017 7:56 AM > To: dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; > Kusztal, ArkadiuszX > Subject: [PATCH 1/2] crypto/qat: add ZUC EEA3 cipher capability > > This commit adds ZUC EEA3 cipher capability to Intel(R) QuickAssist > Technology driver > > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > --- > doc/guides/cryptodevs/qat.rst | 2 + > drivers/crypto/qat/qat_adf/qat_algs.h | 11 ++- > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 97 > ++++++++++++++++++++---- > drivers/crypto/qat/qat_crypto.c | 34 ++++++++- > 4 files changed, 125 insertions(+), 19 deletions(-)
Could you update the supported algorithm matrices, to reflect this change? Also, add the change in the release notes. Thanks, Pablo