[v2,1/3] doc: update release notes for crypto perf script

Message ID 20210202165816.3767724-2-ciara.power@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series Update crypto perf script and doc |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Power, Ciara Feb. 2, 2021, 4:58 p.m. UTC
  Add release note for the new crypto perf graphing script.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/rel_notes/release_21_02.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Dybkowski, AdamX Feb. 3, 2021, 10:30 a.m. UTC | #1
> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Tuesday, 2 February, 2021 17:58
> To: dev@dpdk.org
> Cc: akhil.goyal@nxp.com; Doherty, Declan <declan.doherty@intel.com>;
> Dybkowski, AdamX <adamx.dybkowski@intel.com>; Power, Ciara
> <ciara.power@intel.com>
> Subject: [PATCH v2 1/3] doc: update release notes for crypto perf script
> 
> Add release note for the new crypto perf graphing script.
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>

Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index cc181dfd17..dbfb635861 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -163,6 +163,13 @@  New Features
   intended for use by developers contributing to the DPDK SDK itself, and is
   integrated into the build scripts and automated CI for patch contributions.
 
+* **Added python script to run crypto perf tests and graph the results.**
+
+  A new python script was added to automate running crypto performance tests
+  and output graphed results to PDF files.
+  See the :doc:`../tools/cryptoperf` guide for more details.
+
+
 
 Removed Items
 -------------