* ``-h, --help``
- Display usage information and quit
-
+ Display usage information and quit.
* ``-f <file_path>, --file-path <file_path>``
.. code-block:: console
- ./dpdk-graph-crypto-perf -f <build_dir>/app/dpdk-test-crypto-perf
-
+ ./dpdk-graph-crypto-perf <config_file> \
+ -f <build_dir>/app/dpdk-test-crypto-perf
* ``-t <test_suite_list>, --test-suites <test_suite_list>``
./dpdk-graph-crypto-perf configs/crypto-perf-aesni-mb -t throughput latency
-
* ``-o <output_path>, --output-path <output_path>``
Specify directory to use for output files.
./dpdk-graph-crypto-perf <config_file> -o <output_dir>
-
* ``-v, --verbose``
Enable verbose output. This displays ``dpdk-test-crypto-perf`` app output in real-time.