Searched refs:rte_distributor_return_pkt (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_distributor/ |
| H A D | version.map | 11 rte_distributor_return_pkt;
|
| H A D | rte_distributor.h | 185 rte_distributor_return_pkt(struct rte_distributor *d,
|
| H A D | rte_distributor.c | 161 rte_distributor_return_pkt(struct rte_distributor *d, in rte_distributor_return_pkt() function
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor.c | 93 rte_distributor_return_pkt(db, id, buf, num); in handle_work() 312 rte_distributor_return_pkt(d, id, buf, num); in handle_work_with_free_mbufs() 400 rte_distributor_return_pkt(d, id, NULL, 0); in handle_work_for_shutdown_test() 418 rte_distributor_return_pkt(d, id, buf, num); in handle_work_for_shutdown_test() 597 rte_distributor_return_pkt(db, id, buf, num); in handle_and_mark_work()
|
| H A D | test_distributor_perf.c | 128 rte_distributor_return_pkt(d, id, buf, num); in handle_work()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 93 it is possible to have a worker stop processing packets by calling "rte_distributor_return_pkt()" t…
|