Searched refs:rte_distributor_process (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor.c | 132 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 D | test_distributor_perf.c | 155 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 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 | 332 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 D | main.c | 268 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 D | packet_distrib_lib.rst | 29 …stributor component by having the distributor lcore thread call the "rte_distributor_process()" API
|
| /f-stack/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).
|