> This patchset introduces a python script to run various crypto performance > test cases, and graph the results in a consumable manner. The test suites > are configured via JSON file. Some config files are provided, > or the user may create one. Currently throughput and latency ptests for > devices crypto_qat, crypto_aesni_mb and crypto_aesni_gcm are supported. > > The final collection of graphs are output in PDF format, with multiple PDFs > per test suite, one for each graph type. > > Some fixes are included for the throughput performance test and latency > performance test csv outputs also. > > v3: > - Moved script and configs to app/test-crypto-perf directory. > - Made changes to documentation and MAINTAINERS to reflect the above > change. Series applied to dpdk-next-crypto
Thanks.