Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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.c712 rte_distributor_create(const char *name, in rte_distributor_create() function
/f-stack/dpdk/app/test/
H A Dtest_distributor.c725 d = rte_distributor_create(name, rte_socket_id(), in test_error_distributor_create_name()
733 db = rte_distributor_create(name, rte_socket_id(), in test_error_distributor_create_name()
751 ds = rte_distributor_create("test_numworkers", rte_socket_id(), in test_error_distributor_create_numworkers()
759 db = rte_distributor_create("test_numworkers", rte_socket_id(), in test_error_distributor_create_numworkers()
836 db = rte_distributor_create("Test_dist_burst", rte_socket_id(), in test_distributor()
849 ds = rte_distributor_create("Test_dist_single", in test_distributor()
H A Dtest_distributor_perf.c219 ds = rte_distributor_create("Test_perf", rte_socket_id(), in test_distributor_perf()
231 db = rte_distributor_create("Test_burst", rte_socket_id(), in test_distributor_perf()
/f-stack/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.
/f-stack/dpdk/examples/distributor/
H A Dmain.c778 d = rte_distributor_create("PKT_DIST", rte_socket_id(), in main()