All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: update IPSec Multi-buffer lib versioning
@ 2017-12-19  9:27 Pablo de Lara
  2017-12-20 15:15 ` Kovacevic, Marko
  2018-01-06 16:01 ` De Lara Guarch, Pablo
  0 siblings, 2 replies; 5+ messages in thread
From: Pablo de Lara @ 2017-12-19  9:27 UTC (permalink / raw)
  To: john.mcnamara, declan.doherty; +Cc: dev, Pablo de Lara

IPSec Multi-buffer library v0.48 has been released,
which includes, among other features, support for AES-CCM.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/aesni_gcm.rst | 4 ++--
 doc/guides/cryptodevs/aesni_mb.rst  | 9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst
index a1f5848..88af321 100644
--- a/doc/guides/cryptodevs/aesni_gcm.rst
+++ b/doc/guides/cryptodevs/aesni_gcm.rst
@@ -62,8 +62,8 @@ Installation
 To build DPDK with the AESNI_GCM_PMD the user is required to download the multi-buffer
 library from `here <https://github.com/01org/intel-ipsec-mb>`_
 and compile it on their user system before building DPDK.
-The latest version of the library supported by this PMD is v0.47, which
-can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.47.zip>`_.
+The latest version of the library supported by this PMD is v0.48, which
+can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.48.zip>`_.
 
 .. code-block:: console
 
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index 79e722c..07777f3 100644
--- a/doc/guides/cryptodevs/aesni_mb.rst
+++ b/doc/guides/cryptodevs/aesni_mb.rst
@@ -78,8 +78,8 @@ Installation
 To build DPDK with the AESNI_MB_PMD the user is required to download the multi-buffer
 library from `here <https://github.com/01org/intel-ipsec-mb>`_
 and compile it on their user system before building DPDK.
-The latest version of the library supported by this PMD is v0.47, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.47.zip>`_.
+The latest version of the library supported by this PMD is v0.48, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.48.zip>`_.
 
 .. code-block:: console
 
@@ -97,8 +97,9 @@ and the Multi-Buffer library version supported by them:
    ==============  ============================
    2.2 - 16.11     0.43 - 0.44
    17.02           0.44
-   17.05 - 17.08   0.45 - 0.47
-   17.11+          0.47
+   17.05 - 17.08   0.45 - 0.48
+   17.11           0.47 - 0.48
+   18.02+          0.48
    ==============  ============================
 
 
-- 
2.9.4

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

* Re: [PATCH] doc: update IPSec Multi-buffer lib versioning
  2017-12-19  9:27 [PATCH] doc: update IPSec Multi-buffer lib versioning Pablo de Lara
@ 2017-12-20 15:15 ` Kovacevic, Marko
  2018-01-06 16:01 ` De Lara Guarch, Pablo
  1 sibling, 0 replies; 5+ messages in thread
From: Kovacevic, Marko @ 2017-12-20 15:15 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, Mcnamara, John, Doherty, Declan
  Cc: dev, De Lara Guarch, Pablo



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Tuesday, December 19, 2017 9:28 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>
> Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: update IPSec Multi-buffer lib versioning
> 
> IPSec Multi-buffer library v0.48 has been released, which includes, among
> other features, support for AES-CCM.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

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

* Re: [PATCH] doc: update IPSec Multi-buffer lib versioning
  2017-12-19  9:27 [PATCH] doc: update IPSec Multi-buffer lib versioning Pablo de Lara
  2017-12-20 15:15 ` Kovacevic, Marko
@ 2018-01-06 16:01 ` De Lara Guarch, Pablo
  1 sibling, 0 replies; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2018-01-06 16:01 UTC (permalink / raw)
  To: Mcnamara, John, Doherty, Declan; +Cc: dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Tuesday, December 19, 2017 9:28 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH] doc: update IPSec Multi-buffer lib versioning
> 
> IPSec Multi-buffer library v0.48 has been released, which includes, among
> other features, support for AES-CCM.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied to dpdk-next-crypto.

Pablo

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

* Re: [PATCH] doc: update IPSec Multi-buffer lib versioning
  2017-11-07  9:55 Pablo de Lara
@ 2017-11-08  1:09 ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-11-08  1:09 UTC (permalink / raw)
  To: Pablo de Lara; +Cc: dev, john.mcnamara

07/11/2017 10:55, Pablo de Lara:
> A new library of the IPSec Multi-buffer library has been
> released (0.47), which is used by the AESNI GCM PMD.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

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

* [PATCH] doc: update IPSec Multi-buffer lib versioning
@ 2017-11-07  9:55 Pablo de Lara
  2017-11-08  1:09 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo de Lara @ 2017-11-07  9:55 UTC (permalink / raw)
  To: john.mcnamara; +Cc: dev, Pablo de Lara

A new library of the IPSec Multi-buffer library has been
released (0.47), which is used by the AESNI GCM PMD.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/aesni_gcm.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst
index 6e9160a..a1f5848 100644
--- a/doc/guides/cryptodevs/aesni_gcm.rst
+++ b/doc/guides/cryptodevs/aesni_gcm.rst
@@ -62,8 +62,8 @@ Installation
 To build DPDK with the AESNI_GCM_PMD the user is required to download the multi-buffer
 library from `here <https://github.com/01org/intel-ipsec-mb>`_
 and compile it on their user system before building DPDK.
-The latest version of the library supported by this PMD is v0.46, which
-can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.46.zip>`_.
+The latest version of the library supported by this PMD is v0.47, which
+can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.47.zip>`_.
 
 .. code-block:: console
 
-- 
2.9.4

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

end of thread, other threads:[~2018-01-06 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19  9:27 [PATCH] doc: update IPSec Multi-buffer lib versioning Pablo de Lara
2017-12-20 15:15 ` Kovacevic, Marko
2018-01-06 16:01 ` De Lara Guarch, Pablo
  -- strict thread matches above, loose matches on Subject: below --
2017-11-07  9:55 Pablo de Lara
2017-11-08  1:09 ` Thomas Monjalon

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.