Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h245 struct fwd_lcore { struct
517 extern struct fwd_lcore **fwd_lcores;
666 static inline struct fwd_lcore *
H A Dtestpmd.c148 struct fwd_lcore **fwd_lcores; /**< For all probed logical cores. */
1432 sizeof(struct fwd_lcore *) * nb_lcores, in init_config()
1440 sizeof(struct fwd_lcore), in init_config()
2079 run_pkt_fwd_on_lcore(struct fwd_lcore *fc, packet_fwd_t pkt_fwd) in run_pkt_fwd_on_lcore()
2124 run_pkt_fwd_on_lcore((struct fwd_lcore *) fwd_arg, in start_pkt_forward_on_core()
2136 struct fwd_lcore *fwd_lc; in run_one_txonly_burst_on_core()
2137 struct fwd_lcore tmp_lcore; in run_one_txonly_burst_on_core()
2139 fwd_lc = (struct fwd_lcore *) fwd_arg; in run_one_txonly_burst_on_core()