Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c1179 int rules_count_per_core, rules_batch_idx; in meters_handler() local
1203 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in meters_handler()
1204 cpu_time_per_batch[rules_batch_idx] = in meters_handler()
1207 cpu_time_used += cpu_time_per_batch[rules_batch_idx]; in meters_handler()
1303 int rules_batch_idx; in destroy_flows() local
1331 rules_batch_idx = ((i + 1) / rules_batch) - 1; in destroy_flows()
1332 cpu_time_per_batch[rules_batch_idx] = delta / rte_get_timer_hz(); in destroy_flows()
1333 cpu_time_used += cpu_time_per_batch[rules_batch_idx]; in destroy_flows()
1367 int rules_batch_idx; in insert_flows() local
1448 rules_batch_idx = ((counter + 1) / rules_batch) - 1; in insert_flows()
[all …]