Hi Deepak, > -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, August 23, 2016 2:36 PM > To: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John > Cc: dev at dpdk.org; Jain, Deepak K > Subject: [PATCH 0/4] add kasumi in Intel(R) QuickAssist driver > > This patchset contains patches to enable kasumi cipher only > and hash only functionality in Intel(R) QuickAsisst > Technology Driver. > > This patchset depends on following patch: > "crypto/qat: add NULL capability to Intel QAT driver" > (http://dpdk.org/dev/patchwork/patch/15230/) > > Deepak Kumar Jain (4): > crypto/qat: enable Kasumi F9 support in QAT driver > app/test: add Kasumi f9 tests in QAT test suite > crypto/qat: enable support of Kasumi F8 in QAT cryptodev > app/test: add kasumi f8 test into QAT testsuite > > app/test/test_cryptodev.c | 16 +++++ > app/test/test_cryptodev_kasumi_hash_test_vectors.h | 43 +++++++++++++ > drivers/crypto/qat/qat_adf/qat_algs.h | 10 ++- > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 74 > ++++++++++++++++++++-- > drivers/crypto/qat/qat_crypto.c | 69 ++++++++++++++++++-- > 5 files changed, 201 insertions(+), 11 deletions(-) > > -- > 2.5.5
Could you send a v2 with a release notes update? Thanks, Pablo