Searched refs:rte_distributor_create (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/distributor/ |
| H A D | version.map | 5 rte_distributor_create;
|
| H A D | rte_distributor.h | 51 rte_distributor_create(const char *name, unsigned int socket_id,
|
| H A D | rte_distributor.c | 710 rte_distributor_create(const char *name, in rte_distributor_create() function
|
| /dpdk/app/test/ |
| H A D | test_distributor.c | 738 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 D | test_distributor_perf.c | 229 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 D | packet_distrib_lib.rst | 21 The mode is selected by the type field in the ``rte_distributor_create()`` function.
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 774 d = rte_distributor_create("PKT_DIST", rte_socket_id(), in main()
|