DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] AES-NI MB PMD: support Multi-buffer library 0.46
@ 2017-06-28 11:48 Pablo de Lara
  2017-06-28 11:48 ` [dpdk-dev] [PATCH 1/2] crypto/aesni_mb: support IPSec Multi-buffer lib v0.46 Pablo de Lara
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Pablo de Lara @ 2017-06-28 11:48 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, Pablo de Lara

Intel IPSec Multi-buffer library v0.46 has been released,
which among other features, adds support for 12-byte IVs
for AES Counter mode (AES-CTR), since IPSec requires only
12 bytes from the user, which are appended 4 extra bytes,
set to 1 always.

There are no major changes made in the PMD, just
documentation updates and new capability for new IV size
supported.

Pablo de Lara (2):
  crypto/aesni_mb: support IPSec Multi-buffer lib v0.46
  test/crypto: add 12-byte IV AES-CTR test cases

 doc/guides/cryptodevs/aesni_mb.rst             |  18 ++-
 doc/guides/rel_notes/release_17_08.rst         |   6 +
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c |   4 +-
 test/test/test_cryptodev_aes_test_vectors.h    | 186 +++++++++++++++++++++++++
 4 files changed, 211 insertions(+), 3 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-07-03 20:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 11:48 [dpdk-dev] [PATCH 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 Pablo de Lara
2017-06-28 11:48 ` [dpdk-dev] [PATCH 1/2] crypto/aesni_mb: support IPSec Multi-buffer lib v0.46 Pablo de Lara
2017-06-30 13:52   ` Sergio Gonzalez Monroy
2017-07-02 10:46     ` De Lara Guarch, Pablo
2017-06-28 11:48 ` [dpdk-dev] [PATCH 2/2] test/crypto: add 12-byte IV AES-CTR test cases Pablo de Lara
2017-07-02  2:55 ` [dpdk-dev] [PATCH v2 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 Pablo de Lara
2017-07-02  2:55   ` [dpdk-dev] [PATCH v2 1/2] crypto/aesni_mb: support IPSec Multi-buffer lib v0.46 Pablo de Lara
2017-07-03 16:03     ` Declan Doherty
2017-07-02  2:55   ` [dpdk-dev] [PATCH v2 2/2] test/crypto: add 12-byte IV AES-CTR test cases Pablo de Lara
2017-07-03 16:03     ` Declan Doherty
2017-07-03 20:22   ` [dpdk-dev] [PATCH v2 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 De Lara Guarch, Pablo

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).