Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c84 static uint32_t rules_batch; variable
837 rules_batch = atoi(optarg); in args_parse()
959 if (rules_count % rules_batch != 0) { in args_parse()
1050 idx, rules_batch, in print_rules_batches()
1202 if (!((counter + 1) % rules_batch)) { in meters_handler()
1328 if (!((i + 1) % rules_batch)) { in destroy_flows()
1331 rules_batch_idx = ((i + 1) / rules_batch) - 1; in destroy_flows()
1445 if (!((counter + 1) % rules_batch)) { in insert_flows()
1483 if (rules_batch > rules_count) in flows_handler()
1484 rules_batch = rules_count; in flows_handler()
[all …]