> 15/01/2021 16:54, Akhil Goyal:
> > > On 14/01/2021 10:41 AM, Ciara Power wrote:
> > > > Ciara Power (4):
> > > > test/cryptodev: fix latency test csv output
> > > > test/cryptodev: fix csv output format
> > > > usertools: add script to graph crypto perf results
> > > > maintainers: update crypto perf app maintainers
> > > >
> > > > MAINTAINERS | 3 +
> > > > app/test-crypto-perf/cperf_test_latency.c | 4 +-
> > > > .../cperf_test_pmd_cyclecount.c | 2 +-
> > > > app/test-crypto-perf/cperf_test_throughput.c | 4 +-
> > > > app/test-crypto-perf/cperf_test_verify.c | 2 +-
> > > > doc/guides/tools/cryptoperf.rst | 142 ++++++++
> > > > usertools/configs/crypto-perf-aesni-gcm.json | 99 ++++++
> > > > usertools/configs/crypto-perf-aesni-mb.json | 108 ++++++
> > > > usertools/configs/crypto-perf-qat.json | 94 ++++++
> > > > usertools/dpdk-graph-crypto-perf.py | 309 ++++++++++++++++++
> > > > 10 files changed, 761 insertions(+), 6 deletions(-)
> > > > create mode 100644 usertools/configs/crypto-perf-aesni-gcm.json
> > > > create mode 100644 usertools/configs/crypto-perf-aesni-mb.json
> > > > create mode 100644 usertools/configs/crypto-perf-qat.json
> > > > create mode 100755 usertools/dpdk-graph-crypto-perf.py
> > > >
> > >
> > > Series Acked-by: Declan Doherty <declan.dohe...@intel.com>
> >
> > Applied to dpdk-next-crypto
>
> Sorry I missed this series and I discover it when looking at the crypto tree.
> I see that the crypto perf script and configs are located in usertools.
> I think it should be with the app in app/test-crypto-perf/
> The usertools directory is for tools used in production by end users.
>
> Please consider changing the directory for the -rc2.
> Thanks
>
Removed from next-crypto for now.