Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table.h170 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;
181 uint64_t mask_action[64];
[all …]
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c105 struct rte_pipeline { struct
127 struct rte_pipeline_table_entry *entries[RTE_PORT_IN_BURST_SIZE_MAX]; argument
128 uint64_t action_mask0[RTE_PIPELINE_ACTIONS];
152 rte_pipeline_table_free(struct rte_table *table); argument