Lines Matching defs:graph_id
106 rte_graph_t graph_id;
870 rte_graph_t graph_id;
911 qconf->graph_id = main_graph_id;
938 graph_id = rte_graph_clone(main_graph_id, qconf->name, &graph_conf);
939 ret = rte_graph_model_mcore_dispatch_core_bind(graph_id, worker_lcore);
941 printf("bind graph %d to lcore %u\n", graph_id, worker_lcore);
945 rte_graph_id_to_name(graph_id));
946 qconf->graph_id = graph_id;
961 rte_graph_t graph_id;
982 graph_id = rte_graph_create(qconf->name, &graph_conf);
983 if (graph_id == RTE_GRAPH_ID_INVALID)
985 "rte_graph_create(): graph_id invalid for lcore %u\n",
987 qconf->graph_id = graph_id;