Searched refs:nb_max_payload (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 167 uint16_t *nb_max_payload, char *rules_file, uint8_t *nb_max_matches) in init_port() argument 213 *nb_max_payload = info.max_payload_size; in init_port() 252 uint16_t nb_max_payload, bool perf_mode, uint32_t nb_iterations, in run_regex() argument 322 if (job_len > nb_max_payload) { in run_regex() 422 uint16_t nb_max_payload = 0; in main() local 437 ret = init_port(&mbuf_mp, nb_jobs, &nb_max_payload, rules_file, in main() 441 ret = run_regex(mbuf_mp, nb_jobs, nb_max_payload, perf_mode, in main()
|