Home
last modified time | relevance | path

Searched refs:rte_distributor_get_pkt (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_distributor.c84 num = rte_distributor_get_pkt(db, id, buf, NULL, 0); in handle_work()
88 num = rte_distributor_get_pkt(db, id, in handle_work()
302 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_with_free_mbufs()
308 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_with_free_mbufs()
373 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_for_shutdown_test()
387 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_for_shutdown_test()
410 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_for_shutdown_test()
415 num = rte_distributor_get_pkt(d, id, buf, NULL, 0); in handle_work_for_shutdown_test()
586 num = rte_distributor_get_pkt(db, id, buf, NULL, 0); in handle_and_mark_work()
592 num = rte_distributor_get_pkt(db, id, in handle_and_mark_work()
H A Dtest_distributor_perf.c120 num = rte_distributor_get_pkt(d, id, buf, buf, num); in handle_work()
124 num = rte_distributor_get_pkt(d, id, buf, buf, num); in handle_work()
/f-stack/dpdk/lib/librte_distributor/
H A Dversion.map7 rte_distributor_get_pkt;
H A Drte_distributor.h166 rte_distributor_get_pkt(struct rte_distributor *d,
H A Drte_distributor.c131 rte_distributor_get_pkt(struct rte_distributor *d, in rte_distributor_get_pkt() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
/f-stack/dpdk/examples/distributor/
H A Dmain.c591 num = rte_distributor_get_pkt(d, id, buf, buf, num); in lcore_worker()