> -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, March 02, 2017 1:03 PM > To: dev@dpdk.org; De Lara Guarch, Pablo > Cc: Jain, Deepak K; Trahe, Fiona > Subject: [PATCH 0/4] crypto/qat: add DOCSISBPI mode support > > This patchset adds DOCSISBPI mode support to the > QuickAssist PMD and extends test-suites accordingly. > > This patchset depends on the following patches/patchsets: > (http://dpdk.org/dev/patchwork/patch/20691) > (http://dpdk.org/dev/patchwork/patch/20693) > (http://dpdk.org/dev/patchwork/patch/20694) > (http://dpdk.org/dev/patchwork/patch/20899) > > Fiona Trahe (4): > crypto/qat: adding docsisbpi mode support > test: add AES DOCSIS tests for QAT PMD > test: add DES DOCSIS tests for QAT PMD > test: added crypto OOP tests > > doc/guides/cryptodevs/overview.rst | 2 + > doc/guides/cryptodevs/qat.rst | 2 + > doc/guides/rel_notes/release_17_05.rst | 8 + > app/test/test_cryptodev.c | 36 +++ > app/test/test_cryptodev_aes_test_vectors.h | 76 +++++- > app/test/test_cryptodev_des_test_vectors.h | 67 ++++- > drivers/crypto/qat/qat_adf/qat_algs.h | 4 + > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 34 ++- > drivers/crypto/qat/qat_crypto.c | 305 > ++++++++++++++++++++++- > 9 files changed, 518 insertions(+), 16 deletions(-) > > -- > 2.5.0
Applied to dpdk-next-crypto, after squashing the first three patches into one. Thanks, Pablo