Home
last modified time | relevance | path

Searched refs:rte_distributor_process (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_distributor.c143 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 Dtest_distributor_perf.c163 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 Dversion.map9 rte_distributor_process;
H A Drte_distributor.h88 rte_distributor_process(struct rte_distributor *d,
H A Drte_distributor.c330 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 Dmain.c264 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 Dpacket_distrib_lib.rst29 …stributor component by having the distributor lcore thread call the "rte_distributor_process()" API
/dpdk/doc/guides/sample_app_ug/
H A Ddist_app.rst74 from the ring and assign them to workers (using ``rte_distributor_process()`` API).