| rte_graph_model_mcore_dispatch.h(3) | Library Functions Manual | rte_graph_model_mcore_dispatch.h(3) |
rte_graph_model_mcore_dispatch.h
#include <rte_errno.h>
#include <rte_mempool.h>
#include <rte_memzone.h>
#include <rte_ring.h>
#include 'rte_graph_worker_common.h'
int rte_graph_model_mcore_dispatch_node_lcore_affinity_set
(const char *name, unsigned int lcore_id)
static void rte_graph_walk_mcore_dispatch (struct rte_graph *graph)
These APIs allow to set core affinity with the node and only used for mcore dispatch model.
Definition in file rte_graph_model_mcore_dispatch.h.
Set lcore affinity with the node used for mcore dispatch model.
Parameters
Returns
Perform graph walk on the circular buffer and invoke the process function of the nodes and collect the stats.
Parameters
See also
Definition at line 89 of file rte_graph_model_mcore_dispatch.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |