DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs
@ 2019-11-14 12:21 Pablo de Lara
  2019-11-14 13:51 ` Akhil Goyal
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo de Lara @ 2019-11-14 12:21 UTC (permalink / raw)
  To: john.mcnamara, marko.kovacevic, akhil.goyal; +Cc: dev, Pablo de Lara

AESNI MB and AESNI GCM PMDs were updated to support
latest IPSec Multi buffer library (v0.53), and the user guide
of hose drivers were updated but not release notes.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 682c1bdf3..441c53898 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -223,6 +223,15 @@ New Features
   Support is added for all sequence number sizes for control and user plane.
   Test application is updated for unit testing.
 
+* **Updated the AESNI-MB PMD.**
+
+  * Added support for intel-ipsec-mb version 0.53.
+
+* **Updated the AESNI-GCM PMD.**
+
+  * Added support for intel-ipsec-mb version 0.53.
+  * Supported in-place chained mbufs on AES-GCM algorithm.
+
 * **Enabled Single Pass GCM acceleration on QAT GEN3.**
 
   Added support for Single Pass GCM, available on QAT GEN3 only (Intel
-- 
2.21.0


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

* Re: [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs
  2019-11-14 12:21 [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs Pablo de Lara
@ 2019-11-14 13:51 ` Akhil Goyal
  2019-11-15 11:30   ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 4+ messages in thread
From: Akhil Goyal @ 2019-11-14 13:51 UTC (permalink / raw)
  To: Pablo de Lara, john.mcnamara, marko.kovacevic; +Cc: dev

Hi Pablo,

> AESNI MB and AESNI GCM PMDs were updated to support
> latest IPSec Multi buffer library (v0.53), and the user guide
> of hose drivers were updated but not release notes.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_19_11.rst
> b/doc/guides/rel_notes/release_19_11.rst
> index 682c1bdf3..441c53898 100644
> --- a/doc/guides/rel_notes/release_19_11.rst
> +++ b/doc/guides/rel_notes/release_19_11.rst
> @@ -223,6 +223,15 @@ New Features
>    Support is added for all sequence number sizes for control and user plane.
>    Test application is updated for unit testing.
> 
> +* **Updated the AESNI-MB PMD.**
> +
> +  * Added support for intel-ipsec-mb version 0.53.
> +
> +* **Updated the AESNI-GCM PMD.**
> +
> +  * Added support for intel-ipsec-mb version 0.53.
> +  * Supported in-place chained mbufs on AES-GCM algorithm.
> +

Both the bullets can be combined in a single bullet.

>  * **Enabled Single Pass GCM acceleration on QAT GEN3.**
> 
>    Added support for Single Pass GCM, available on QAT GEN3 only (Intel
> --
> 2.21.0

Ideally this patch should be part of the actual patch which was adding this support. 

-Akhil


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

* Re: [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs
  2019-11-14 13:51 ` Akhil Goyal
@ 2019-11-15 11:30   ` De Lara Guarch, Pablo
  2019-11-18  9:36     ` Akhil Goyal
  0 siblings, 1 reply; 4+ messages in thread
From: De Lara Guarch, Pablo @ 2019-11-15 11:30 UTC (permalink / raw)
  To: Akhil Goyal, Mcnamara, John, Kovacevic, Marko; +Cc: dev

Hi Akhil,

> -----Original Message-----
> From: Akhil Goyal <akhil.goyal@nxp.com>
> Sent: Thursday, November 14, 2019 1:51 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org
> Subject: RE: [PATCH] doc: update release notes for AESNI PMDs
> 
> Hi Pablo,
> 
> > AESNI MB and AESNI GCM PMDs were updated to support latest IPSec Multi
> > buffer library (v0.53), and the user guide of hose drivers were
> > updated but not release notes.
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> > ---
> >  doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/release_19_11.rst
> > b/doc/guides/rel_notes/release_19_11.rst
> > index 682c1bdf3..441c53898 100644
> > --- a/doc/guides/rel_notes/release_19_11.rst
> > +++ b/doc/guides/rel_notes/release_19_11.rst
> > @@ -223,6 +223,15 @@ New Features
> >    Support is added for all sequence number sizes for control and user plane.
> >    Test application is updated for unit testing.
> >
> > +* **Updated the AESNI-MB PMD.**
> > +
> > +  * Added support for intel-ipsec-mb version 0.53.
> > +
> > +* **Updated the AESNI-GCM PMD.**
> > +
> > +  * Added support for intel-ipsec-mb version 0.53.
> > +  * Supported in-place chained mbufs on AES-GCM algorithm.
> > +
> 
> Both the bullets can be combined in a single bullet.

This is following the same format as was done in the past.
They are different statements, resulting from different patches.
They don't really have anything in common (basically, the chained mbuf support
 is not something that was done due to the new intel-ipsec-mb version).

Therefore, I'd say the should be two bullet points.

> 
> >  * **Enabled Single Pass GCM acceleration on QAT GEN3.**
> >
> >    Added support for Single Pass GCM, available on QAT GEN3 only
> > (Intel
> > --
> > 2.21.0
> 
> Ideally this patch should be part of the actual patch which was adding this
> support.

Yes, that was my bad, I forgot to add these. Apologies for this.

Thanks,
Pablo

> 
> -Akhil


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

* Re: [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs
  2019-11-15 11:30   ` De Lara Guarch, Pablo
@ 2019-11-18  9:36     ` Akhil Goyal
  0 siblings, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2019-11-18  9:36 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, Mcnamara, John, Kovacevic, Marko; +Cc: dev


> > >    Support is added for all sequence number sizes for control and user
> plane.
> > >    Test application is updated for unit testing.
> > >
> > > +* **Updated the AESNI-MB PMD.**
> > > +
> > > +  * Added support for intel-ipsec-mb version 0.53.
> > > +
> > > +* **Updated the AESNI-GCM PMD.**
> > > +
> > > +  * Added support for intel-ipsec-mb version 0.53.
> > > +  * Supported in-place chained mbufs on AES-GCM algorithm.
> > > +
> >
> > Both the bullets can be combined in a single bullet.
> 
> This is following the same format as was done in the past.
> They are different statements, resulting from different patches.
> They don't really have anything in common (basically, the chained mbuf
> support
>  is not something that was done due to the new intel-ipsec-mb version).
> 
> Therefore, I'd say the should be two bullet points.

Ok
> 
> >
> > >  * **Enabled Single Pass GCM acceleration on QAT GEN3.**
> > >
> > >    Added support for Single Pass GCM, available on QAT GEN3 only
> > > (Intel
> > > --
> > > 2.21.0
> >
> > Ideally this patch should be part of the actual patch which was adding this
> > support.
> 
> Yes, that was my bad, I forgot to add these. Apologies for this.

Added fix line for both the features to get a reference of the original patch.

Applied to dpdk-next-crypto

Thanks.

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

end of thread, other threads:[~2019-11-18  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14 12:21 [dpdk-dev] [PATCH] doc: update release notes for AESNI PMDs Pablo de Lara
2019-11-14 13:51 ` Akhil Goyal
2019-11-15 11:30   ` De Lara Guarch, Pablo
2019-11-18  9:36     ` Akhil Goyal

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