Home
last modified time | relevance | path

Searched refs:config_file (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py264 test_cmd, test_suites, config_file, output_path, verbose = parse_args()
269 with open(config_file) as conf:
271 config_name = os.path.splitext(config_file)[0]
275 print("Using config: " + config_file)
/dpdk/app/test-pmd/
H A Dparameters.c219 FILE *config_file; in init_peer_eth_addrs() local
223 config_file = fopen(config_filename, "r"); in init_peer_eth_addrs()
224 if (config_file == NULL) { in init_peer_eth_addrs()
231 if (fgets(buf, sizeof(buf), config_file) == NULL) in init_peer_eth_addrs()
237 fclose(config_file); in init_peer_eth_addrs()
241 fclose(config_file); in init_peer_eth_addrs()
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst540 ./dpdk-graph-crypto-perf <config_file>
542 The ``config_file`` positional argument is required to run the script.
562 ./dpdk-graph-crypto-perf <config_file> \
588 ./dpdk-graph-crypto-perf <config_file> -o <output_dir>
596 ./dpdk-graph-crypto-perf <config_file> -v
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst267 -f /path/to/config_file --transfer-mode poll \
304 * The ``-f /path/to/config_file`` option enables the application read and
317 -f /path/to/config_file --transfer-mode event \
331 * The ``-f /path/to/config_file`` option has the same behavior as in poll