Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-sad/
H A Dmain.c41 const char *tuples_file; member
59 .tuples_file = NULL,
368 config.tuples_file = optarg; in parse_opts()
634 tbl_init(&tuples_tbl, &config.nb_tuples, config.tuples_file, 0); in main()
640 if (config.tuples_file != NULL) { in main()