Lines Matching defs:evt_options
47 struct evt_options { struct
49 char test_name[EVT_TEST_NAME_MAX_LEN];
50 bool plcores[RTE_MAX_LCORE];
51 bool wlcores[RTE_MAX_LCORE];
52 int pool_sz;
53 int socket_id;
54 int nb_stages;
55 int verbose_level;
56 uint8_t dev_id;
57 uint8_t timdev_cnt;
58 uint8_t nb_timer_adptrs;
59 uint8_t timdev_use_burst;
60 uint8_t per_port_pool;
61 uint8_t sched_type_list[EVT_MAX_STAGES];
62 uint16_t mbuf_sz;
63 uint16_t wkr_deq_dep;
64 uint16_t vector_size;
65 uint16_t eth_queues;
66 uint32_t nb_flows;
67 uint32_t tx_first;
68 uint32_t max_pkt_sz;
69 uint32_t prod_enq_burst_sz;
70 uint32_t deq_tmo_nsec;
71 uint32_t q_priority:1;
72 uint32_t fwd_latency:1;
73 uint32_t ena_vector : 1;
74 uint64_t nb_pkts;
75 uint64_t nb_timers;
76 uint64_t expiry_nsec;
77 uint64_t max_tmo_nsec;
78 uint64_t vector_tmo_nsec;
79 uint64_t timer_tick_nsec;
80 uint64_t optm_timer_tick_nsec;
81 enum evt_prod_type prod_type;
82 enum rte_event_crypto_adapter_mode crypto_adptr_mode;