All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto/qat: add DOCSISBPI mode support
@ 2017-03-02 13:03 Fiona Trahe
  2017-03-02 13:03 ` [PATCH 1/4] crypto/qat: adding docsisbpi " Fiona Trahe
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Fiona Trahe @ 2017-03-02 13:03 UTC (permalink / raw)
  To: dev, pablo.de.lara.guarch; +Cc: deepak.k.jain, fiona.trahe

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-30 18:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 13:03 [PATCH 0/4] crypto/qat: add DOCSISBPI mode support Fiona Trahe
2017-03-02 13:03 ` [PATCH 1/4] crypto/qat: adding docsisbpi " Fiona Trahe
2017-03-03 11:44   ` Jain, Deepak K
2017-03-02 13:03 ` [PATCH 2/4] test: add AES DOCSIS tests for QAT PMD Fiona Trahe
2017-03-03 11:45   ` Jain, Deepak K
2017-03-06  5:35   ` Yang, GangX
2017-03-02 13:03 ` [PATCH 3/4] test: add DES " Fiona Trahe
2017-03-03 11:51   ` Jain, Deepak K
2017-03-06  6:21   ` Yang, GangX
2017-03-02 13:03 ` [PATCH 4/4] test: added crypto OOP tests Fiona Trahe
2017-03-03 11:45   ` Jain, Deepak K
2017-03-30 18:38 ` [PATCH 0/4] crypto/qat: add DOCSISBPI mode support De Lara Guarch, Pablo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.