doc: update QAT compression PMD in 21.05 rel notes

Message ID 20210513120542.29136-1-adamx.dybkowski@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: update QAT compression PMD in 21.05 rel notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot success github build: passed

Commit Message

Dybkowski, AdamX May 13, 2021, 12:05 p.m. UTC
  This patch extends the DPDK 21.05 release notes with the QAT GEN3
compression update.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
---
 doc/guides/rel_notes/release_21_05.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Fan Zhang May 13, 2021, 12:15 p.m. UTC | #1
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Thursday, May 13, 2021 1:06 PM
> To: dev@dpdk.org; Zhang, Roy Fan <roy.fan.zhang@intel.com>;
> gakhil@marvell.com
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH] doc: update QAT compression PMD in 21.05 rel notes
> 
> This patch extends the DPDK 21.05 release notes with the QAT GEN3
> compression update.
> 
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
>  doc/guides/rel_notes/release_21_05.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_05.rst
> b/doc/guides/rel_notes/release_21_05.rst
> index c45699e2ff..cb886748cf 100644
> --- a/doc/guides/rel_notes/release_21_05.rst
> +++ b/doc/guides/rel_notes/release_21_05.rst
> @@ -304,6 +304,11 @@ New Features
>    * The unit test suite struct now supports having both a nested
>      list of sub-testsuites, and a list of testcases as before.
> 
> +* **Updated Intel QuickAssist compression PMD.**
> +
> +  * The compression is now available on all QAT GEN3 devices
> +    that support it in hardware.
> +
> 
>  Removed Items
>  -------------
> --
> 2.25.1

Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
  
Thomas Monjalon May 13, 2021, 12:35 p.m. UTC | #2
13/05/2021 14:05, Adam Dybkowski:
> This patch extends the DPDK 21.05 release notes with the QAT GEN3
> compression update.

Is it related to a recent change?
You should add a Fixes line here.
Next time, please update the release notes with the code.

> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
> +* **Updated Intel QuickAssist compression PMD.**
> +
> +  * The compression is now available on all QAT GEN3 devices
> +    that support it in hardware.
  
Dybkowski, AdamX May 13, 2021, 2:50 p.m. UTC | #3
Hi.

This release notes update describes that patch:
http://patches.dpdk.org/project/dpdk/patch/20210428144142.85929-2-adamx.dybkowski@intel.com/

Adam

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Thursday, 13 May, 2021 14:36
> To: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Cc: dev@dpdk.org; Zhang, Roy Fan <roy.fan.zhang@intel.com>;
> gakhil@marvell.com; Mcnamara, John <john.mcnamara@intel.com>; Yigit,
> Ferruh <ferruh.yigit@intel.com>
> Subject: Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in
> 21.05 rel notes
> 
> 13/05/2021 14:05, Adam Dybkowski:
> > This patch extends the DPDK 21.05 release notes with the QAT GEN3
> > compression update.
> 
> Is it related to a recent change?
> You should add a Fixes line here.
> Next time, please update the release notes with the code.
> 
> > Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> > ---
> > +* **Updated Intel QuickAssist compression PMD.**
> > +
> > +  * The compression is now available on all QAT GEN3 devices
> > +    that support it in hardware.
> 
>
  
Akhil Goyal May 17, 2021, 7:38 p.m. UTC | #4
> Hi.
> 
> This release notes update describes that patch:
> http://patches.dpdk.org/project/dpdk/patch/20210428144142.85929-2-adamx.dybkowski@intel.com/
> 
> Adam
> 
Added Fixes tag in commit log.
Also updated the patch title and the location of adding the compression PMD is also updated.

Please take care in future.

Applied to dpdk-next-crypto
  
Dybkowski, AdamX May 18, 2021, 8:57 a.m. UTC | #5
Thanks, Akhil.

Adam

> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Monday, 17 May, 2021 21:39
> To: Dybkowski, AdamX <adamx.dybkowski@intel.com>; Thomas Monjalon
> <thomas@monjalon.net>
> Cc: dev@dpdk.org; Zhang, Roy Fan <roy.fan.zhang@intel.com>; Mcnamara,
> John <john.mcnamara@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>
> Subject: RE: [dpdk-dev] [PATCH] doc: update QAT compression PMD in
> 21.05 rel notes
> 
> > Hi.
> >
> > This release notes update describes that patch:
> > http://patches.dpdk.org/project/dpdk/patch/20210428144142.85929-2-
> adamx.dybkowski@intel.com/
> >
> > Adam
> >
> Added Fixes tag in commit log.
> Also updated the patch title and the location of adding the compression
> PMD is also updated.
> 
> Please take care in future.
> 
> Applied to dpdk-next-crypto
  

Patch

diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index c45699e2ff..cb886748cf 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst
@@ -304,6 +304,11 @@  New Features
   * The unit test suite struct now supports having both a nested
     list of sub-testsuites, and a list of testcases as before.
 
+* **Updated Intel QuickAssist compression PMD.**
+
+  * The compression is now available on all QAT GEN3 devices
+    that support it in hardware.
+
 
 Removed Items
 -------------