Home
last modified time | relevance | path

Searched refs:node_id (Results 1 – 25 of 39) sorted by relevance

12

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.c88 uint32_t node_id, in rte_tm_node_type_get() argument
120 uint32_t node_id, in rte_tm_node_capabilities_get() argument
215 uint32_t node_id, in rte_tm_node_add() argument
231 uint32_t node_id, in rte_tm_node_delete() argument
236 node_id, error); in rte_tm_node_delete()
241 uint32_t node_id, in rte_tm_node_suspend() argument
246 node_id, error); in rte_tm_node_suspend()
251 uint32_t node_id, in rte_tm_node_resume() argument
256 node_id, error); in rte_tm_node_resume()
271 uint32_t node_id, in rte_tm_node_parent_update() argument
[all …]
H A Drte_tm_driver.h30 uint32_t node_id,
47 uint32_t node_id,
99 uint32_t node_id,
109 uint32_t node_id,
114 uint32_t node_id,
119 uint32_t node_id,
129 uint32_t node_id,
137 uint32_t node_id,
143 uint32_t node_id,
150 uint32_t node_id,
[all …]
H A Drte_tm.h1275 uint32_t node_id,
1336 uint32_t node_id,
1615 uint32_t node_id,
1649 uint32_t node_id,
1674 uint32_t node_id,
1698 uint32_t node_id,
1781 uint32_t node_id,
1811 uint32_t node_id,
1839 uint32_t node_id,
1867 uint32_t node_id,
[all …]
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_lcore.c27 uint16_t node_id; member
86 unsigned int node_id = info->NumaNode.NodeNumber; in eal_create_cpu_map() local
98 if (cpu_map.sockets[socket_id].node_id == node_id) in eal_create_cpu_map()
108 cpu_map.sockets[socket_id].node_id = node_id; in eal_create_cpu_map()
165 return cpu_map.sockets[socket_id].node_id; in eal_socket_numa_node()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c127 if (node->id == node_id) in mrvl_node_from_id()
154 node = mrvl_node_from_id(priv, node_id); in mrvl_node_type_get()
304 node = mrvl_node_from_id(priv, node_id); in mrvl_node_capabilities_get()
472 if (node_id == RTE_TM_NODE_ID_NULL) in mrvl_node_check_params()
619 node = mrvl_node_from_id(priv, node_id); in mrvl_node_add()
631 node->id = node_id; in mrvl_node_add()
674 node = mrvl_node_from_id(priv, node_id); in mrvl_node_delete()
732 node = mrvl_node_from_id(priv, node_id); in mrvl_node_suspend()
773 node = mrvl_node_from_id(priv, node_id); in mrvl_node_resume()
921 node = mrvl_node_from_id(priv, node_id); in mrvl_node_stats_read()
[all …]
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c45 static uint8_t node_id; variable
85 node_id = (uint8_t)temp; in parse_node_num()
207 snprintf(name, sizeof(name), "hash_table_%d", node_id); in create_hash_table()
214 node_id); in create_hash_table()
230 if (target_node != node_id) in populate_hash_table()
260 sent = rte_eth_tx_buffer(out_port, node_id, buffer, buf); in transmit_packet()
326 rx_ring = rte_ring_lookup(get_rx_queue_name(node_id)); in main()
339 tx_stats = &(info->tx_stats[node_id]); in main()
340 filter_stats = &(info->filter_stats[node_id]); in main()
350 printf("\nNode process %d handling packets\n", node_id); in main()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c33 uint32_t node_id,
347 if (tm_node->id == node_id) { in ixgbe_tm_node_search()
354 if (tm_node->id == node_id) { in ixgbe_tm_node_search()
467 if (node_id == RTE_TM_NODE_ID_NULL) { in ixgbe_node_param_check()
498 if (node_id >= dev->data->nb_tx_queues) { in ixgbe_node_param_check()
633 tm_node->id = node_id; in ixgbe_node_add()
715 tm_node->id = node_id; in ixgbe_node_add()
762 if (node_id == RTE_TM_NODE_ID_NULL) { in ixgbe_node_delete()
819 if (node_id == RTE_TM_NODE_ID_NULL) { in ixgbe_node_type_get()
927 uint32_t node_id, in ixgbe_node_capabilities_get() argument
[all …]
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c34 uint32_t node_id,
337 if (tm_node->id == node_id) { in i40e_tm_node_search()
344 if (tm_node->id == node_id) { in i40e_tm_node_search()
361 if (node_id == RTE_TM_NODE_ID_NULL) { in i40e_node_param_check()
392 if (node_id >= hw->func_caps.num_tx_qp) { in i40e_node_param_check()
523 tm_node->id = node_id; in i40e_node_add()
597 tm_node->id = node_id; in i40e_node_add()
641 if (node_id == RTE_TM_NODE_ID_NULL) { in i40e_node_delete()
698 if (node_id == RTE_TM_NODE_ID_NULL) { in i40e_node_type_get()
806 uint32_t node_id, in i40e_node_capabilities_get() argument
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c501 uint32_t node_id; member
533 uint32_t node_id = res->node_id; in cmd_show_port_tm_node_cap_parsed() local
555 node_id); in cmd_show_port_tm_node_cap_parsed()
624 uint32_t node_id; member
662 uint32_t node_id = res->node_id; in cmd_show_port_tm_node_stats_parsed() local
776 uint32_t node_id = res->node_id; in cmd_show_port_tm_node_type_parsed() local
1531 uint32_t node_id = res->node_id; in cmd_set_port_tm_node_shaper_profile_parsed() local
2094 uint32_t node_id = res->node_id; in cmd_del_port_tm_node_parsed() local
2183 uint32_t node_id = res->node_id; in cmd_set_port_tm_node_parent_parsed() local
2264 uint32_t node_id = res->node_id; in cmd_suspend_port_tm_node_parsed() local
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c273 if (n->node_id == node_id) in tm_node_search()
306 if (ns->node_id == subport_node->node_id) in tm_node_subport_id()
329 if (np->node_id == pipe_node->node_id) in tm_node_pipe_id()
358 if (nq->node_id == queue_node->node_id) in tm_node_queue_id()
397 uint32_t node_id, in pmd_tm_node_type_get() argument
899 uint32_t node_id, in pmd_tm_node_capabilities_get() argument
1432 uint32_t node_id, in node_add_check_port() argument
1506 uint32_t node_id, in node_add_check_subport() argument
1578 uint32_t node_id, in node_add_check_pipe() argument
1998 n->node_id = node_id; in pmd_tm_node_add()
[all …]
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c306 uint32_t node_id, uint32_t state_mask) in ipn3ke_hw_tm_node_search() argument
313 node_index = node_id % IPN3KE_TM_NODE_LEVEL_MOD; in ipn3ke_hw_tm_node_search()
393 if (node_id == RTE_TM_NODE_ID_NULL || in ipn3ke_pmd_tm_node_type_get()
1020 if (node_id == RTE_TM_NODE_ID_NULL) in ipn3ke_tm_node_add_check_parameter()
1192 node_id, in ipn3ke_tm_node_add()
1203 node_id, in ipn3ke_tm_node_add()
1212 params->shaper_profile_id != node_id) in ipn3ke_tm_node_add()
1318 uint32_t node_id, struct rte_tm_error *error) in ipn3ke_tm_node_del_check_parameter() argument
1323 if (node_id == RTE_TM_NODE_ID_NULL) in ipn3ke_tm_node_del_check_parameter()
1374 uint32_t node_id, struct rte_tm_error *error) in ipn3ke_pmd_tm_node_delete() argument
[all …]
/f-stack/dpdk/app/test/
H A Dtest_graph.c535 uint32_t node_id, dummy_id; in test_node_clone() local
538 node_id = rte_node_from_name("test_node00"); in test_node_clone()
539 tm->test_node[0].idx = node_id; in test_node_clone()
542 dummy_id = rte_node_clone(node_id, "test_node00"); in test_node_clone()
550 rte_node_clone(node_id, tm->test_node[i].node.name); in test_node_clone()
571 uint32_t node_id; in test_update_edges() local
575 node_id = rte_node_from_name("test_node00"); in test_update_edges()
576 count = rte_node_edge_update(node_id, 0, in test_update_edges()
620 uint32_t node_id; in test_create_graph() local
622 node_id = rte_node_from_name("test_node00"); in test_create_graph()
[all …]
H A Dtest_graph_perf.c34 uint8_t node_id; member
58 if (graph_data->node_data[i].node_id == id) { in graph_get_node_data()
259 rte_node_t node_id; in graph_node_get() local
262 node_id = rte_node_from_name(lookup_name); in graph_node_get()
264 if (node_id != RTE_NODE_ID_INVALID) { in graph_node_get()
265 if (rte_node_edge_count(node_id)) in graph_node_get()
266 rte_node_edge_shrink(node_id, 0); in graph_node_get()
267 return node_id; in graph_node_get()
402 node_data->node_id = node_map[i][j]; in graph_init()
462 node_data->node_id = src_nodes[i]; in graph_init()
[all …]
/f-stack/tools/netstat/
H A Dnetgraph.c128 if (ngpcb.node_id == 0 || csock == -1) in netgraphprotopr()
130 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id); in netgraphprotopr()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c82 if (!(child_node->parent->id == node_id)) in find_prio_anchor()
712 uint32_t node_id, bool user) in nix_tm_node_search() argument
717 if (tm_node->id == node_id && in nix_tm_node_search()
815 tm_node->id = node_id; in nix_tm_node_add_to_list()
1875 tm_node = nix_tm_node_search(dev, node_id, true); in otx2_nix_tm_node_type_get()
1876 if (node_id == RTE_TM_NODE_ID_NULL || !tm_node) { in otx2_nix_tm_node_type_get()
2060 tm_node = nix_tm_node_search(dev, node_id, true); in otx2_nix_tm_node_capa_get()
2290 if (node_id < dev->tm_leaf_cnt) in otx2_nix_tm_node_add()
2304 if (nix_tm_node_search(dev, node_id, true)) { in otx2_nix_tm_node_add()
2393 if (node_id == RTE_TM_NODE_ID_NULL) { in otx2_nix_tm_node_delete()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst46 The sample application assigns a specific target node_id (process) for each of
51 node_id = i % num_nodes; /* Target node id is generated */
162 uint64_t node_id;
166 node_id = i % num_nodes;
170 (void *)&ip_dst, (efd_value_t)node_id);
263 rx_ring = rte_ring_lookup(get_rx_queue_name(node_id));
276 tx_stats = &(info->tx_stats[node_id]);
277 filter_stats = &(info->filter_stats[node_id]);
299 snprintf(name, sizeof(name), "hash_table_%d", node_id);
306 node_id);
[all …]
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c223 uint64_t node_id; in populate_efd_table() local
227 node_id = i % num_nodes; in populate_efd_table()
231 (void *)&ip_dst, (efd_value_t)node_id); in populate_efd_table()
H A Dinit.h19 unsigned int node_id; member
/f-stack/dpdk/lib/librte_graph/
H A Dnode.c18 static rte_node_t node_id; variable
20 #define NODE_ID_CHECK(id) ID_CHECK(id, node_id)
107 node->id = node_id++; in __rte_node_register()
420 return node_id; in rte_node_max_count()
/f-stack/tools/compat/include/netgraph/
H A Dng_socketvar.h53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */ member
/f-stack/freebsd/netgraph/
H A Dng_socketvar.h53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */ member
/f-stack/app/redis-5.0.5/tests/cluster/
H A Dcluster.tcl47 proc get_node_by_id {instance_id node_id} { argument
50 if {[dict get $n id] eq $node_id} {return $n}
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h555 blk_generic_alloc_queue(make_request_fn make_request, int node_id) in blk_generic_alloc_queue() argument
558 return (blk_alloc_queue(make_request, node_id)); in blk_generic_alloc_queue()
560 return (blk_alloc_queue_rh(make_request, node_id)); in blk_generic_alloc_queue()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memory.c264 int node_id = -1; in map_all_hugepages() local
308 node_id = (node_id + 1) % maxnode; in map_all_hugepages()
309 while (!internal_conf->socket_mem[node_id]) { in map_all_hugepages()
310 node_id++; in map_all_hugepages()
311 node_id %= maxnode; in map_all_hugepages()
315 node_id = j; in map_all_hugepages()
326 node_id); in map_all_hugepages()
327 numa_set_preferred(node_id); in map_all_hugepages()
377 essential_memory[node_id] = in map_all_hugepages()
/f-stack/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c523 unsigned int buf_offset, int node_id) in octeontx_fpa_bufpool_create() argument
531 RTE_SET_USED(node_id); in octeontx_fpa_bufpool_create()
609 octeontx_fpa_bufpool_destroy(uintptr_t handle, int node_id) in octeontx_fpa_bufpool_destroy() argument
619 RTE_SET_USED(node_id); in octeontx_fpa_bufpool_destroy()

12