Searched refs:config_file (Results 1 – 4 of 4) sorted by relevance
264 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)
219 FILE *config_file; in init_peer_eth_addrs() local223 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()
540 ./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
267 -f /path/to/config_file --transfer-mode poll \304 * The ``-f /path/to/config_file`` option enables the application read and317 -f /path/to/config_file --transfer-mode event \331 * The ``-f /path/to/config_file`` option has the same behavior as in poll