Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h245 struct fwd_lcore { struct
246 struct rte_gso_ctx gso_ctx; /**< GSO context */
247 struct rte_mempool *mbp; /**< The mbuf pool to use by this core */
248 void *gro_ctx; /**< GRO context */
249 streamid_t stream_idx; /**< index of 1st stream in "fwd_streams" */
250 streamid_t stream_nb; /**< number of streams in "fwd_streams" */
251 lcoreid_t cpuid_idx; /**< index of logical core in CPU id table */
252 queueid_t tx_queue; /**< TX queue to send forwarded packets */
253 volatile char stopped; /**< stop forwarding when set */