Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_timer_secondary.c37 struct test_info { struct
38 unsigned int main_lcore;
39 unsigned int mgr_lcore;
40 unsigned int sec_lcore;
41 uint32_t timer_data_id;
42 volatile int expected_count;
43 volatile int expired_count;
44 struct rte_mempool *tim_mempool;
45 struct rte_timer *expired_timers[NUM_TIMERS];
46 int expired_timers_idx;
[all …]