Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_distributor.c132 processed += rte_distributor_process(db, &bufs[processed], in sanity_test()
163 rte_distributor_process(db, bufs, BURST); in sanity_test()
192 rte_distributor_process(db, bufs, BURST); in sanity_test()
234 rte_distributor_process(db, in sanity_test()
335 rte_distributor_process(d, NULL, 0); in sanity_test_with_mbuf_alloc()
342 processed += rte_distributor_process(d, in sanity_test_with_mbuf_alloc()
457 processed += rte_distributor_process(d, &bufs[processed], in sanity_test_with_worker_shutdown()
476 rte_distributor_process(d, bufs2, BURST); in sanity_test_with_worker_shutdown()
653 processed += rte_distributor_process(db, in sanity_mark_test()
789 rte_distributor_process(d, &bufs[i], 1); in quit_workers()
[all …]
H A Dtest_distributor_perf.c155 rte_distributor_process(d, bufs, BURST); in perf_test()
160 rte_distributor_process(d, NULL, 0); in perf_test()
193 rte_distributor_process(d, bufs, num_workers); in quit_workers()
197 rte_distributor_process(d, NULL, 0); in quit_workers()
/f-stack/dpdk/lib/librte_distributor/
H A Dversion.map9 rte_distributor_process;
H A Drte_distributor.h88 rte_distributor_process(struct rte_distributor *d,
H A Drte_distributor.c332 rte_distributor_process(d, pkts, pkts_count); in handle_worker_shutdown()
443 rte_distributor_process(struct rte_distributor *d, in rte_distributor_process() function
672 rte_distributor_process(d, NULL, 0); in rte_distributor_flush()
681 rte_distributor_process(d, NULL, 0); in rte_distributor_flush()
/f-stack/dpdk/examples/distributor/
H A Dmain.c268 rte_distributor_process(d, bufs, nb_rx); in lcore_rx()
365 rte_distributor_process(d, bufs, nb_rx); in lcore_distributor()
/f-stack/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
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Ddist_app.rst74 from the ring and assign them to workers (using ``rte_distributor_process()`` API).