Searched refs:rte_distributor_create (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_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 | 712 rte_distributor_create(const char *name, in rte_distributor_create() function
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor.c | 725 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 D | test_distributor_perf.c | 219 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 D | packet_distrib_lib.rst | 21 The mode is selected by the type field in the ``rte_distributor_create()`` function.
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 778 d = rte_distributor_create("PKT_DIST", rte_socket_id(), in main()
|