Searched refs:rte_distributor_process (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_distributor.c | 143 processed += rte_distributor_process(db, &bufs[processed], in sanity_test() 174 rte_distributor_process(db, bufs, BURST); in sanity_test() 203 rte_distributor_process(db, bufs, BURST); in sanity_test() 247 rte_distributor_process(db, in sanity_test() 348 rte_distributor_process(d, NULL, 0); in sanity_test_with_mbuf_alloc() 355 processed += rte_distributor_process(d, in sanity_test_with_mbuf_alloc() 470 processed += rte_distributor_process(d, &bufs[processed], in sanity_test_with_worker_shutdown() 489 rte_distributor_process(d, bufs2, BURST); in sanity_test_with_worker_shutdown() 666 processed += rte_distributor_process(db, in sanity_mark_test() 802 rte_distributor_process(d, &bufs[i], 1); in quit_workers() [all …]
|
| H A D | test_distributor_perf.c | 163 rte_distributor_process(d, bufs, BURST); in perf_test() 168 rte_distributor_process(d, NULL, 0); in perf_test() 201 rte_distributor_process(d, &bufs[i], 1); in quit_workers() 206 rte_distributor_process(d, NULL, 0); in quit_workers()
|
| /dpdk/lib/distributor/ |
| H A D | version.map | 9 rte_distributor_process;
|
| H A D | rte_distributor.h | 88 rte_distributor_process(struct rte_distributor *d,
|
| H A D | rte_distributor.c | 330 rte_distributor_process(d, pkts, pkts_count); in handle_worker_shutdown() 441 rte_distributor_process(struct rte_distributor *d, in rte_distributor_process() function 670 rte_distributor_process(d, NULL, 0); in rte_distributor_flush() 679 rte_distributor_process(d, NULL, 0); in rte_distributor_flush()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 264 rte_distributor_process(d, bufs, nb_rx); in lcore_rx() 361 rte_distributor_process(d, bufs, nb_rx); in lcore_distributor()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 29 …stributor component by having the distributor lcore thread call the "rte_distributor_process()" API
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | dist_app.rst | 74 from the ring and assign them to workers (using ``rte_distributor_process()`` API).
|