Lines Matching defs:rte_pipeline
170 struct rte_pipeline { struct
171 char name[RTE_PIPELINE_MAX_NAME_SZ];
172 uint32_t socket_id;
173 struct rte_port_in ports_in[16];
174 struct rte_port_out ports_out[16];
175 struct rte_table tables[64];
176 uint32_t num_ports_in;
177 uint32_t num_ports_out;
178 uint32_t num_tables;
179 struct rte_mbuf *pkts[RTE_PORT_IN_BURST_SIZE_MAX];
180 struct rte_table_entry *actions[RTE_PORT_IN_BURST_SIZE_MAX];
181 uint64_t mask_action[64];
182 uint32_t mask_actions;