Home
last modified time | relevance | path

Searched refs:node (Results 201 – 225 of 226) sorted by relevance

12345678910

/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst18 * Number of tbl8s: A tbl8 is a node of the trie that the LPM6 algorithm is based on.
56 Specifically, 24 bits are inspected on the root node, and the remaining 104 bits are inspected in g…
H A Dqos_framework.rst104 according to the policy specified by the Service Level Agreements (SLAs) of each network node.
1378 This corresponds to the time required by every leaf node in a hierarchy with 64K leaf nodes
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h1250 struct rb_node node; member
1273 struct list_head node; member
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst174 Check the PCI device related numa node id:
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c135 nic->node = mbx.nic_cfg.node_id; in nicvf_handle_mbx_intr()
/dpdk/doc/guides/prog_guide/img/
H A Drib_internals.svg85 <text x="13.67" y="580.11" class="st11" id="text872">Intermediate node</text>
/dpdk/drivers/net/i40e/
H A Di40e_hash.c1380 RTE_TAILQ_FOREACH_SAFE(flow, &pf->flow_list, node, next) { in i40e_hash_filter_flush()
1397 TAILQ_REMOVE(&pf->flow_list, flow, node); in i40e_hash_filter_flush()
H A Di40e_ethdev.c2676 TAILQ_REMOVE(&pf->flow_list, p_flow, node); in i40e_dev_close()
8298 struct i40e_tunnel_filter *tunnel, *node; in i40e_dev_consistent_tunnel_filter_set() local
8549 node = i40e_sw_tunnel_filter_lookup(tunnel_rule, &check_filter.input); in i40e_dev_consistent_tunnel_filter_set()
8550 if (add && node) { in i40e_dev_consistent_tunnel_filter_set()
8556 if (!add && !node) { in i40e_dev_consistent_tunnel_filter_set()
8597 ret = i40e_sw_tunnel_filter_del(pf, &node->input); in i40e_dev_consistent_tunnel_filter_set()
9789 struct i40e_ethertype_filter *ethertype_filter, *node; in i40e_ethertype_filter_set() local
9813 node = i40e_sw_ethertype_filter_lookup(ethertype_rule, in i40e_ethertype_filter_set()
9815 if (add && node) { in i40e_ethertype_filter_set()
9820 if (!add && !node) { in i40e_ethertype_filter_set()
[all …]
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c552 rz = rte_memzone_reserve_aligned(cptvf->dev_name, len, cptvf->node, in otx_cpt_get_resource()
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst57 -mem-prealloc -numa node,memdev=mem \
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_ethdev.h79 TAILQ_ENTRY(ipn3ke_tm_node) node;
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1319 struct ice_fdir_filter_conf *entry, *node; in ice_fdir_create_filter() local
1387 node = ice_fdir_entry_lookup(fdir_info, &key); in ice_fdir_create_filter()
1388 if (node) { in ice_fdir_create_filter()
/dpdk/lib/table/
H A Drte_swx_table_em.c802 TAILQ_FOREACH(entry, entries, node) { in table_create()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h1005 uint64_t node : 2; member
2074 uint64_t node : 2; member
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c2060 list_for_each_entry_safe(bp, tmp_bp, &cfg->fman_if->bpool_list, node) { in dpaa_dev_init()
2061 list_del(&bp->node); in dpaa_dev_init()
/dpdk/doc/guides/nics/
H A Dmlx5.rst1177 3. Use the CPU near local NUMA node to which the PCIe adapter is connected,
1179 and NUMA node are pinned according to the above. Run::
1183 to identify the NUMA node to which the PCIe adapter is connected.
1186 to put both adapters on the same NUMA node without PCI bandwidth degradation,
1187 it is recommended to locate both adapters on the same NUMA node.
H A Dthunderx.rst176 PMD: nicvf_eth_dev_init(): node=0 vf=1 mode=tns-bypass sqs=false
H A Dsoftnic.rst71 #. ``cpu_id``: numa node id. (Optional: yes, Default value: 0)
H A Di40e.rst800 3. Check the PCI devices numa node (socket id) and get the cores number on the exact socket id.
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst510 * **eal/linux: Fix numa node detection.**
513 * **eal/linux: Fix socket value for undetermined numa node.**
H A Drelease_2_2.rst380 * **i40e: Fixed base driver allocation when not using first numa node.**
H A Dknown_issues.rst252 … DPDK does not store any information about memory allocated by ``malloc()` (for example, NUMA node,
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1778 TAILQ_INSERT_TAIL(&table->meter_profiles, mp, node); in softnic_pipeline_table_mtr_profile_add()
1802 TAILQ_INSERT_TAIL(&table->meter_profiles, mp, node); in softnic_pipeline_table_mtr_profile_add()
/dpdk/examples/ip_pipeline/
H A Dcli.c4841 TAILQ_FOREACH(rule, &table->rules, node) { in table_rule_show()
6821 TAILQ_INSERT_TAIL(list, rule, node); in cli_rule_file_process()
6886 TAILQ_REMOVE(list, rule, node); in cli_rule_file_process()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c90 LIST_ENTRY(bnx2x_prev_list_node) node;
9105 LIST_FOREACH(tmp, &bnx2x_prev_list, node) { in bnx2x_prev_path_get_entry()
9184 LIST_INSERT_HEAD(&bnx2x_prev_list, tmp, node); in bnx2x_prev_mark_path()

12345678910