Home
last modified time | relevance | path

Searched refs:rules_count_per_core (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
1186 start_counter = core_id * rules_count_per_core; in meters_handler()
1187 end_counter = (core_id + 1) * rules_count_per_core; in meters_handler()
1304 int rules_count_per_core; in destroy_flows() local
1309 rules_count_per_core++; in destroy_flows()
1312 for (i = 0; i < (uint32_t) rules_count_per_core; i++) { in destroy_flows()
1347 port_id, core_id, rules_count_per_core, cpu_time_used); in destroy_flows()
1368 int rules_count_per_core; in insert_flows() local
1374 start_counter = core_id * rules_count_per_core; in insert_flows()
1375 end_counter = (core_id + 1) * rules_count_per_core; in insert_flows()
[all …]