Searched refs:rte_distributor_return_pkt (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/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 | 159 rte_distributor_return_pkt(struct rte_distributor *d, in rte_distributor_return_pkt() function
|
| /dpdk/app/test/ |
| H A D | test_distributor.c | 104 rte_distributor_return_pkt(db, id, buf, num); in handle_work() 325 rte_distributor_return_pkt(d, id, buf, num); in handle_work_with_free_mbufs() 413 rte_distributor_return_pkt(d, id, NULL, 0); in handle_work_for_shutdown_test() 431 rte_distributor_return_pkt(d, id, buf, num); in handle_work_for_shutdown_test() 610 rte_distributor_return_pkt(db, id, buf, num); in handle_and_mark_work()
|
| H A D | test_distributor_perf.c | 136 rte_distributor_return_pkt(d, id, buf, num); in handle_work()
|
| /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…
|