Home
last modified time | relevance | path

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

/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;
179 struct rte_mbuf *pkts[RTE_PORT_IN_BURST_SIZE_MAX];
[all …]
/dpdk/lib/pipeline/
H A Drte_pipeline.c107 struct __rte_cache_aligned rte_pipeline { struct
129 struct rte_pipeline_table_entry *entries[RTE_PORT_IN_BURST_SIZE_MAX]; argument
130 uint64_t action_mask0[RTE_PIPELINE_ACTIONS];
154 rte_pipeline_table_free(struct rte_table *table); argument