Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 79) sorted by relevance

1234

/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst53 cd /root/dpdk/host_scripts
65 cd /root/dpdk/usertools
72 cd /root/dpdk/usertools
83 cd /root/dpdk/host_scripts
103 cd /root/dpdk/host_scripts
116 cd /root/dpdk/vm_scripts
134 cd /root/dpdk/host_scripts
146 cd /root/dpdk/usertools
153 cd /root/dpdk/usertools
164 cd /root/dpdk/host_scripts
[all …]
H A Dlm_bond_virtio_sriov.rst59 cd /root/dpdk/host_scripts
79 cd /root/dpdk/host_scripts
91 cd /root/dpdk/vm_scripts
225 cd /root/dpdk/host_scripts
584 /root/dpdk/usertools/dpdk-hugepages.py --show
586 /root/dpdk/usertools/dpdk-hugepages.py --show
616 /root/dpdk/<build_dir>/app/dpdk-testpmd \
629 Log in as root in both windows.
650 /root/run_switch.sh
659 load /root/switch_config
[all …]
/dpdk/lib/acl/
H A Dacl_bld.c307 struct rte_acl_node *root, in acl_add_ptr_range() argument
787 prev = root; in acl_gen_full_range()
873 prev = root; in acl_gen_range_trie()
885 return root; in acl_gen_range_trie()
912 return root; in acl_gen_range_trie()
921 struct rte_acl_node *root; in acl_gen_mask_trie() local
928 prev = root; in acl_gen_mask_trie()
938 return root; in acl_gen_mask_trie()
960 root = acl_alloc_node(context, 0); in build_trie()
962 root->ref_count = 1; in build_trie()
[all …]
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c74 tm_conf->root = NULL; in ixgbe_tm_conf_init()
101 if (tm_conf->root) { in ixgbe_tm_conf_uninit()
102 rte_free(tm_conf->root); in ixgbe_tm_conf_uninit()
103 tm_conf->root = NULL; in ixgbe_tm_conf_uninit()
341 if (tm_conf->root && tm_conf->root->id == node_id) { in ixgbe_tm_node_search()
343 return tm_conf->root; in ixgbe_tm_node_search()
621 if (tm_conf->root) { in ixgbe_node_add()
642 tm_conf->root = tm_node; in ixgbe_node_add()
789 tm_conf->root = NULL; in ixgbe_node_delete()
1002 if (!tm_conf->root) in ixgbe_hierarchy_commit()
[all …]
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c74 tm_conf->root = NULL; in txgbe_tm_conf_init()
100 if (tm_conf->root) { in txgbe_tm_conf_uninit()
101 rte_free(tm_conf->root); in txgbe_tm_conf_uninit()
102 tm_conf->root = NULL; in txgbe_tm_conf_uninit()
330 if (tm_conf->root && tm_conf->root->id == node_id) { in txgbe_tm_node_search()
332 return tm_conf->root; in txgbe_tm_node_search()
609 if (tm_conf->root) { in txgbe_node_add()
630 tm_conf->root = tm_node; in txgbe_node_add()
776 tm_conf->root = NULL; in txgbe_node_delete()
972 if (!tm_conf->root) in txgbe_hierarchy_commit()
[all …]
/dpdk/buildtools/
H A Dlist-dir-globs.py13 root = os.path.join(os.getenv('MESON_SOURCE_ROOT', '.'), variable
18 for p in iglob(os.path.join(root, path)):
H A Dcall-sphinx-build.py27 for root, dirs, files in os.walk(src):
28 srcfiles.extend([join(root, f) for f in files])
/dpdk/drivers/net/i40e/
H A Di40e_tm.c74 pf->tm_conf.root = NULL; in i40e_tm_conf_init()
100 if (pf->tm_conf.root) { in i40e_tm_conf_uninit()
101 rte_free(pf->tm_conf.root); in i40e_tm_conf_uninit()
102 pf->tm_conf.root = NULL; in i40e_tm_conf_uninit()
331 if (pf->tm_conf.root && pf->tm_conf.root->id == node_id) { in i40e_tm_node_search()
333 return pf->tm_conf.root; in i40e_tm_node_search()
511 if (pf->tm_conf.root) { in i40e_node_add()
531 pf->tm_conf.root = tm_node; in i40e_node_add()
668 pf->tm_conf.root = NULL; in i40e_node_delete()
887 if (!pf->tm_conf.root) in i40e_hierarchy_commit()
[all …]
/dpdk/buildtools/pkg-config/
H A Dset-static-linker-flags.py35 for root, dirs, files in os.walk(os.environ['MESON_BUILD_ROOT']):
38 process_pc_file(os.path.join(root, f))
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c44 pf->tm_conf.root = NULL; in hns3_tm_conf_init()
80 if (pf->tm_conf.root != NULL) { in hns3_tm_conf_uninit()
81 rte_free(pf->tm_conf.root); in hns3_tm_conf_uninit()
82 pf->tm_conf.root = NULL; in hns3_tm_conf_uninit()
308 if (pf->tm_conf.root && pf->tm_conf.root->id == node_id) { in hns3_tm_node_search()
310 return pf->tm_conf.root; in hns3_tm_node_search()
479 if (pf->tm_conf.root) { in hns3_tm_port_node_add()
495 pf->tm_conf.root = tm_node; in hns3_tm_port_node_add()
663 pf->tm_conf.root = NULL; in hns3_tm_node_do_delete()
1014 tm_node = pf->tm_conf.root; in hns3_tm_hierarchy_do_commit()
[all …]
H A Dhns3_ethdev_dump.c657 if (!conf->root) in get_tm_conf_port_node_info()
663 conf->root->id, conf->root->reference_count, in get_tm_conf_port_node_info()
664 conf->root->shaper_profile ? in get_tm_conf_port_node_info()
665 (int)conf->root->shaper_profile->shaper_profile_id : -1); in get_tm_conf_port_node_info()
H A Dhns3_tm.h66 struct hns3_tm_node *root; member
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c48 hw->tm_conf.root = NULL; in ice_dcf_tm_conf_init()
75 if (hw->tm_conf.root) { in ice_dcf_tm_conf_uninit()
76 rte_free(hw->tm_conf.root); in ice_dcf_tm_conf_uninit()
77 hw->tm_conf.root = NULL; in ice_dcf_tm_conf_uninit()
99 if (hw->tm_conf.root && hw->tm_conf.root->id == node_id) { in ice_dcf_tm_node_search()
101 return hw->tm_conf.root; in ice_dcf_tm_node_search()
295 if (hw->tm_conf.root) { in ice_dcf_node_add()
312 hw->tm_conf.root = tm_node; in ice_dcf_node_add()
443 hw->tm_conf.root = NULL; in ice_dcf_node_delete()
/dpdk/drivers/net/iavf/
H A Diavf_tm.c60 vf->tm_conf.root = NULL; in iavf_tm_conf_init()
86 if (vf->tm_conf.root) { in iavf_tm_conf_uninit()
87 rte_free(vf->tm_conf.root); in iavf_tm_conf_uninit()
88 vf->tm_conf.root = NULL; in iavf_tm_conf_uninit()
109 if (vf->tm_conf.root && vf->tm_conf.root->id == node_id) { in iavf_tm_node_search()
111 return vf->tm_conf.root; in iavf_tm_node_search()
330 if (vf->tm_conf.root) { in iavf_tm_node_add()
347 vf->tm_conf.root = tm_node; in iavf_tm_node_add()
471 vf->tm_conf.root = NULL; in iavf_tm_node_delete()
/dpdk/lib/metrics/
H A Drte_metrics_telemetry.c232 json_t *root, *ports; in rte_metrics_tel_encode_json_format() local
269 root = json_pack("{s,s,s,o}", "status_code", "Status OK: 200", in rte_metrics_tel_encode_json_format()
271 if (root == NULL) { in rte_metrics_tel_encode_json_format()
276 *json_buffer = json_dumps(root, JSON_INDENT(2)); in rte_metrics_tel_encode_json_format()
277 json_decref(root); in rte_metrics_tel_encode_json_format()
/dpdk/devtools/
H A Dcheck-meson.py20 for root, dirs, files in os.walk(path):
22 yield(relpath(join(root, 'meson.build')))
H A Dupdate-patches.py21 for root, dirs, files in os.walk(dpdk_libdir):
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm.c1095 struct nix_tm_node *parent, *root = NULL; in nix_tm_assign_resources() local
1114 root = parent; in nix_tm_assign_resources()
1173 if (!root) in nix_tm_assign_resources()
1176 if (root->flags & NIX_TM_NODE_HWRES) in nix_tm_assign_resources()
1187 root->hw_id = pos + bitmap_ctzll(slab); in nix_tm_assign_resources()
1188 root->flags |= NIX_TM_NODE_HWRES; in nix_tm_assign_resources()
1189 plt_bitmap_clear(bmp, root->hw_id); in nix_tm_assign_resources()
1200 root->parent_hw_id = pos + bitmap_ctzll(slab); in nix_tm_assign_resources()
1201 plt_bitmap_clear(bmp, root->parent_hw_id); in nix_tm_assign_resources()
1205 nix_tm_hwlvl2str(root->hw_lvl), root->hw_id, root->id, root); in nix_tm_assign_resources()
/dpdk/drivers/net/ice/base/
H A Dice_sched.c27 root = (struct ice_sched_node *)ice_malloc(hw, sizeof(*root)); in ice_sched_add_root_node()
28 if (!root) in ice_sched_add_root_node()
34 if (!root->children) { in ice_sched_add_root_node()
35 ice_free(hw, root); in ice_sched_add_root_node()
40 pi->root = root; in ice_sched_add_root_node()
794 if (pi->root) { in ice_sched_clear_tx_topo()
796 pi->root = NULL; in ice_sched_clear_tx_topo()
1148 node = pi->root; in ice_rm_dflt_leaf_node()
1179 node = pi->root; in ice_sched_rm_dflt_nodes()
1280 if (pi->root) in ice_sched_init_port()
[all …]
H A Dice_dcb.c1526 if (pi->root) in ice_aq_query_port_ets()
1527 cmd->port_teid = pi->root->info.node_teid; in ice_aq_query_port_ets()
1553 for (i = 0; i < pi->root->num_children; i++) { in ice_update_port_tc_tree_cfg()
1554 teid1 = LE32_TO_CPU(pi->root->children[i]->info.node_teid); in ice_update_port_tc_tree_cfg()
1563 pi->root->children[i]->in_use = false; in ice_update_port_tc_tree_cfg()
1571 for (i = 0; i < pi->root->num_children; i++) { in ice_update_port_tc_tree_cfg()
1572 tc_node = pi->root->children[i]; in ice_update_port_tc_tree_cfg()
1582 if (i < pi->root->num_children) in ice_update_port_tc_tree_cfg()
1591 node = ice_sched_find_node_by_teid(pi->root, teid2); in ice_update_port_tc_tree_cfg()
/dpdk/drivers/net/enetfec/
H A Denet_uio.c57 file_read_first_line(const char root[], const char subdir[], in file_read_first_line() argument
66 "%s/%s/%s", root, subdir, filename); in file_read_first_line()
/dpdk/doc/guides/nics/
H A Dthunderx.rst131 -append "root=/dev/vda console=ttyAMA0 rw hugepagesz=512M hugepages=3" \
314 drwxr-xr-x 2 root root 0 Jan 22 11:19 ./
315 drwxr-xr-x 86 root root 0 Jan 22 11:07 ../
316 …lrwxrwxrwx 1 root root 0 Jan 22 11:19 0001:01:00.0 -> '../../../../devices/platform/soc@0/849…
/dpdk/
H A D.editorconfig5 root = true
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_uio.c136 file_read_first_line(const char root[], const char subdir[], in file_read_first_line() argument
145 "%s/%s/%s", root, subdir, filename); in file_read_first_line()
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst16 In order to run DPDK as non-root, the following Linux filesystem objects'
24 When running as non-root user, there may be some additional resource limits
51 ``uio_pci_generic`` drivers as non-root with older Linux kernel versions.

1234