mbox series

[v2,0/3] Update crypto perf script and doc

Message ID 20210202165816.3767724-1-ciara.power@intel.com (mailing list archive)
Headers
Series Update crypto perf script and doc |

Message

Power, Ciara Feb. 2, 2021, 4:58 p.m. UTC
  This patchset contains some fixes for the crypto perf graphing script.

A release note is added, and some small fixes for the script documentation
are also included.
The script config handling is modified to handle EAL and app parameters
using the same method, which fixes a bug that some formats of EAL parameters
weren't parsed correctly.

v2: Added patch for parameter handling fix.

Ciara Power (3):
  doc: update release notes for crypto perf script
  doc: fix crypto perf script guide
  test/cryptodev: fix handling for config parameters

 .../dpdk-graph-crypto-perf.py                 | 35 +++++++++----------
 doc/guides/rel_notes/release_21_02.rst        |  7 ++++
 doc/guides/tools/cryptoperf.rst               |  9 ++---
 3 files changed, 27 insertions(+), 24 deletions(-)
  

Comments

Akhil Goyal Feb. 4, 2021, 6:27 p.m. UTC | #1
> Subject: [PATCH v2 0/3] Update crypto perf script and doc
> 
> This patchset contains some fixes for the crypto perf graphing script.
> 
> A release note is added, and some small fixes for the script documentation
> are also included.
> The script config handling is modified to handle EAL and app parameters
> using the same method, which fixes a bug that some formats of EAL parameters
> weren't parsed correctly.
> 
> v2: Added patch for parameter handling fix.
> 
Release notes should be part of the actual patch of the feature introduced.
Added reference to original patch.

Please ensure to do that in future.
Also  use "app/crypto-perf: ...." as title for patches in test-crypto-perf application

Applied to dpdk-next-crypto

Thanks.