DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] AESNI MB PMD updates
@ 2016-12-01  9:36 Pablo de Lara
  2016-12-01  9:36 ` [dpdk-dev] [PATCH 1/3] doc: update AESNI MB PMD guide Pablo de Lara
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pablo de Lara @ 2016-12-01  9:36 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, Pablo de Lara

The library used in AESNI MB PMD, Intel Multi Buffer Crypto for IPsec,
has been migrated to a new location, in github (see documentation patch
for the link).

The library has also been updated, so single crypto operations
are supported (cipher and authentication only). Therefore, the PMD
has been updated to support these operations.

This patchset depends on patchset "Add scatter-gather list capability to
Intel QuickAssist Technology driver" (http://dpdk.org/ml/archives/dev/2016-November/050947.html)

Pablo de Lara (3):
  doc: update AESNI MB PMD guide
  crypto/aesni_mb: add single operation functionality
  doc: add missing supported algos for AESNI MB PMD

 app/test/test_cryptodev.c                   | 34 ++++++++++++++++++++
 app/test/test_cryptodev_aes_test_vectors.h  | 36 ++++++++++++++-------
 app/test/test_cryptodev_hash_test_vectors.h | 36 ++++++++++++++-------
 doc/guides/cryptodevs/aesni_mb.rst          | 14 +++------
 doc/guides/rel_notes/release_17_02.rst      |  8 +++++
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c  | 49 +++++++++++++++++++----------
 6 files changed, 128 insertions(+), 49 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-12-02 10:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-01  9:36 [dpdk-dev] [PATCH 0/3] AESNI MB PMD updates Pablo de Lara
2016-12-01  9:36 ` [dpdk-dev] [PATCH 1/3] doc: update AESNI MB PMD guide Pablo de Lara
2016-12-02 10:59   ` Mcnamara, John
2016-12-01  9:36 ` [dpdk-dev] [PATCH 2/3] crypto/aesni_mb: add single operation functionality Pablo de Lara
2016-12-01  9:36 ` [dpdk-dev] [PATCH 3/3] doc: add missing supported algos for AESNI MB PMD Pablo de Lara
2016-12-02 10:56   ` Mcnamara, John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).