Home
last modified time | relevance | path

Searched refs:rte_distributor_create (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/distributor/
H A Dversion.map5 rte_distributor_create;
H A Drte_distributor.h51 rte_distributor_create(const char *name, unsigned int socket_id,
H A Drte_distributor.c710 rte_distributor_create(const char *name, in rte_distributor_create() function
/dpdk/app/test/
H A Dtest_distributor.c738 d = rte_distributor_create(name, rte_socket_id(), in test_error_distributor_create_name()
746 db = rte_distributor_create(name, rte_socket_id(), in test_error_distributor_create_name()
764 ds = rte_distributor_create("test_numworkers", rte_socket_id(), in test_error_distributor_create_numworkers()
772 db = rte_distributor_create("test_numworkers", rte_socket_id(), in test_error_distributor_create_numworkers()
849 db = rte_distributor_create("Test_dist_burst", rte_socket_id(), in test_distributor()
862 ds = rte_distributor_create("Test_dist_single", in test_distributor()
H A Dtest_distributor_perf.c229 ds = rte_distributor_create("Test_perf", rte_socket_id(), in test_distributor_perf()
241 db = rte_distributor_create("Test_burst", rte_socket_id(), in test_distributor_perf()
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst21 The mode is selected by the type field in the ``rte_distributor_create()`` function.
/dpdk/examples/distributor/
H A Dmain.c774 d = rte_distributor_create("PKT_DIST", rte_socket_id(), in main()