Searched defs:worker_id (Results 1 – 12 of 12) sorted by relevance
/dpdk/lib/eal/common/ |
H A D | eal_common_launch.c | 19 rte_eal_wait_lcore(unsigned worker_id) in rte_eal_wait_lcore() 34 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch()
|
/dpdk/lib/distributor/ |
H A D | rte_distributor_single.c | 43 unsigned worker_id) in rte_distributor_poll_pkt_single() 58 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_get_pkt_single() 69 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_return_pkt_single()
|
H A D | rte_distributor.c | 88 unsigned int worker_id, struct rte_mbuf **pkts) in rte_distributor_poll_pkt() 132 unsigned int worker_id, struct rte_mbuf **pkts, in rte_distributor_get_pkt() 162 unsigned int worker_id, struct rte_mbuf **oldpkt, int num) in rte_distributor_return_pkt()
|
/dpdk/drivers/crypto/scheduler/ |
H A D | scheduler_roundrobin.c | 115 __rte_unused uint8_t worker_id) in worker_attach() 122 __rte_unused uint8_t worker_id) in worker_detach()
|
H A D | scheduler_failover.c | 135 __rte_unused uint8_t worker_id) in worker_attach() 142 __rte_unused uint8_t worker_id) in worker_detach()
|
H A D | scheduler_pkt_size_distr.c | 249 __rte_unused uint8_t worker_id) in worker_attach() 256 __rte_unused uint8_t worker_id) in worker_detach()
|
H A D | rte_cryptodev_scheduler.c | 361 rte_cryptodev_scheduler_worker_attach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_attach() 423 rte_cryptodev_scheduler_worker_detach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_detach()
|
H A D | scheduler_multicore.c | 136 __rte_unused uint8_t worker_id) in worker_attach() 143 __rte_unused uint8_t worker_id) in worker_detach()
|
/dpdk/lib/eal/unix/ |
H A D | eal_unix_thread.c | 13 eal_thread_wake_worker(unsigned int worker_id) in eal_thread_wake_worker()
|
/dpdk/lib/eal/windows/ |
H A D | eal_thread.c | 20 eal_thread_wake_worker(unsigned int worker_id) in eal_thread_wake_worker()
|
/dpdk/examples/distributor/ |
H A D | main.c | 216 unsigned worker_id; member 777 unsigned int lcore_id, worker_id = 0; in main() local [all...] |
/dpdk/app/test/ |
H A D | test_pmd_perf.c | 675 uint16_t nb_ports, num, nb_lcores, worker_id = (uint16_t)-1; in test_pmd_perf() local
|