DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
@ 2021-05-13 12:05 Adam Dybkowski
  2021-05-13 12:15 ` Zhang, Roy Fan
  2021-05-13 12:35 ` Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: Adam Dybkowski @ 2021-05-13 12:05 UTC (permalink / raw)
  To: dev, roy.fan.zhang, gakhil; +Cc: Adam Dybkowski

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


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

* Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
  2021-05-13 12:05 [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes Adam Dybkowski
@ 2021-05-13 12:15 ` Zhang, Roy Fan
  2021-05-13 12:35 ` Thomas Monjalon
  1 sibling, 0 replies; 6+ messages in thread
From: Zhang, Roy Fan @ 2021-05-13 12:15 UTC (permalink / raw)
  To: Dybkowski, AdamX, dev, gakhil

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

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

* Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
  2021-05-13 12:05 [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes Adam Dybkowski
  2021-05-13 12:15 ` Zhang, Roy Fan
@ 2021-05-13 12:35 ` Thomas Monjalon
  2021-05-13 14:50   ` Dybkowski, AdamX
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2021-05-13 12:35 UTC (permalink / raw)
  To: Adam Dybkowski; +Cc: dev, roy.fan.zhang, gakhil, john.mcnamara, ferruh.yigit

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.




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

* Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
  2021-05-13 12:35 ` Thomas Monjalon
@ 2021-05-13 14:50   ` Dybkowski, AdamX
  2021-05-17 19:38     ` Akhil Goyal
  0 siblings, 1 reply; 6+ messages in thread
From: Dybkowski, AdamX @ 2021-05-13 14:50 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Zhang, Roy Fan, gakhil, Mcnamara, John, Yigit, Ferruh

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


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

* Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
  2021-05-13 14:50   ` Dybkowski, AdamX
@ 2021-05-17 19:38     ` Akhil Goyal
  2021-05-18  8:57       ` Dybkowski, AdamX
  0 siblings, 1 reply; 6+ messages in thread
From: Akhil Goyal @ 2021-05-17 19:38 UTC (permalink / raw)
  To: Dybkowski, AdamX, Thomas Monjalon
  Cc: dev, Zhang, Roy Fan, Mcnamara, John, Yigit, Ferruh

> 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


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

* Re: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes
  2021-05-17 19:38     ` Akhil Goyal
@ 2021-05-18  8:57       ` Dybkowski, AdamX
  0 siblings, 0 replies; 6+ messages in thread
From: Dybkowski, AdamX @ 2021-05-18  8:57 UTC (permalink / raw)
  To: Akhil Goyal, Thomas Monjalon
  Cc: dev, Zhang, Roy Fan, Mcnamara, John, Yigit, Ferruh

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


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

end of thread, other threads:[~2021-05-18  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 12:05 [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes Adam Dybkowski
2021-05-13 12:15 ` Zhang, Roy Fan
2021-05-13 12:35 ` Thomas Monjalon
2021-05-13 14:50   ` Dybkowski, AdamX
2021-05-17 19:38     ` Akhil Goyal
2021-05-18  8:57       ` Dybkowski, AdamX

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