Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app/crypto-perf: fix handling of config parameters
The crypto perf graphing script did not handle parsing parameters from the JSON config files correctly. A common parsing function is used for both EAL and app parameters, to ensure they are handled the same way and to reduce code duplication. Short parameters are now passed with the value being a second argument, rather than as one argument with dividing space. Long parameters with no expected value are supported for EAL now also. e.g. "--no-huge" can be added to config as "no-huge": true Fixes: f400e0b ("app/crypto-perf: add script to graph perf results") Signed-off-by: Ciara Power <[email protected]> Acked-by: Adam Dybkowski <[email protected]>
- Loading branch information