Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dshared_rxq_fwd.c26 struct fwd_lcore *fc; in forward_stream_get()
H A Dtestpmd.h157 struct fwd_lcore *lcore; /**< Lcore being scheduled. */
295 struct fwd_lcore { struct
584 extern struct fwd_lcore **fwd_lcores;
748 static inline struct fwd_lcore *
H A Dtestpmd.c160 struct fwd_lcore **fwd_lcores; /**< For all probed logical cores. */
1634 sizeof(struct fwd_lcore *) * nb_lcores, in init_config()
1642 sizeof(struct fwd_lcore), in init_config()
2197 run_pkt_fwd_on_lcore(struct fwd_lcore *fc, packet_fwd_t pkt_fwd) in run_pkt_fwd_on_lcore()
2242 run_pkt_fwd_on_lcore((struct fwd_lcore *) fwd_arg, in start_pkt_forward_on_core()
2254 struct fwd_lcore *fwd_lc; in run_one_txonly_burst_on_core()
2255 struct fwd_lcore tmp_lcore; in run_one_txonly_burst_on_core()
2257 fwd_lc = (struct fwd_lcore *) fwd_arg; in run_one_txonly_burst_on_core()