| /spdk/scripts/perf/vhost/ |
| H A D | conf-generator | 16 local cpu node nodes_idxs node_idx 31 for node in "${nodes_idxs[@]}"; do 32 nvmes=(${!nvme_numa_map[node]}) 34 eval "vm${vm}_node=$node" 36 nvmes_per_node[node]=${#nvmes[@]} 65 for node in "${nodes_idxs[@]}"; do 67 eval "vm${vm}_node=$node" 72 for node in "${nodes_idxs[@]}"; do 73 eval "vm${vm}_node=$node" 131 for node in "${nodes_idxs[@]}"; do [all …]
|
| /spdk/test/setup/ |
| H A D | hugepages.sh | 26 local node 28 for node in /sys/devices/system/node/node+([0-9]); do 29 nodes_sys[${node##*node}]=$(< "$node/hugepages/hugepages-${default_hugepages}kB/nr_hugepages") 36 local node hp 38 for node in "${!nodes_sys[@]}"; do 39 for hp in "/sys/devices/system/node/nod [all...] |
| H A D | common.sh | 18 local node=$2 23 if [[ -e /sys/devices/system/node/node$node/meminfo ]]; then 24 mem_f=/sys/devices/system/node/node$node/meminfo 25 elif [[ -n $node ]]; then
|
| /spdk/scripts/ |
| H A D | setup.sh | 55 echo "HUGENODE Specific NUMA node to allocate hugepages on. Multiple nodes can be" 56 echo " separated with comas. By default, NRHUGE will be applied on each node." 57 echo " Hugepages can be defined per node with e.g.:" 495 echo "INFO: Requested $NRHUGE hugepages but $allocated_hugepages already allocated ${2:+on node$2}" 505 ## ERROR: requested $NRHUGE hugepages but $allocated_hugepages could be allocated ${2:+on node$2}. 515 local node system_nodes 527 for node in /sys/devices/system/node/node*; do 528 [[ -e $node ]] || continu [all...] |
| H A D | gdb_macros.py | 42 def get_left_node(self, node): argument 43 return node['node']['rbe_left'] 45 def get_right_node(self, node): argument 46 return node['node']['rbe_right'] 48 def traverse_rb_tree(self, node): argument 49 if node: 50 self.rb_list.append(node) 51 self.traverse_rb_tree(self.get_left_node(node)) 52 self.traverse_rb_tree(self.get_right_node(node))
|
| /spdk/scripts/perf/pm/ |
| H A D | collect-cpu-temp | 66 local core crit input id label max node package threads 84 Package*) node=$id package[node]=$input ;; 89 # a corresponding numa node N. For physical systems this may be usually the case 94 [[ -n $node ]] || return 1 98 "$node" \ 99 "$(to_celsius "${package[node]}")" \ 103 threads=($(get_cpus "$node" "$core")) 123 local node node_cpus=() node_throttled 130 # Order the output similarly to hwmon, starting with a node|packag [all...] |
| /spdk/test/iscsi_tgt/digests/ |
| H A D | digests.sh | 15 iscsiadm -m node -p $TARGET_IP:$ISCSI_PORT -o update -n "node.conn[0].iscsi".$arg 17 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT 21 iscsiadm -m node --logout -p $TARGET_IP:$ISCSI_PORT 83 DataDigestAbility=$(iscsiadm -m node -p $TARGET_IP:$ISCSI_PORT -o update -n "node.conn[0].iscsi.Dat…
|
| /spdk/test/iscsi_tgt/perf/ |
| H A D | iscsi_initiator.sh | 26 iscsiadm -m node --login -p $IP_T:$ISCSI_PORT 40 iscsiadm -m node --logout || true 41 iscsiadm -m node -o delete || true
|
| /spdk/test/iscsi_tgt/filesystem/ |
| H A D | filesystem.sh | 66 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT 98 iscsiadm -m node --logout 100 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT 122 iscsiadm -m node --logout 124 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/scheduler/ |
| H A D | common.sh | 8 declare -r sysfs_node=$sysfs_system/node 60 for cpu_idx in $(parse_cpu_list "$sysfs_node/node$node_idx/cpulist"); do 83 local node 87 for node in "$sysfs_node/node"+([0-9]); do 88 map_cpus_node "${node##*node}" 93 local node=$1 97 if [[ -z $node ]]; then 99 elif [[ -n $node ]]; the [all...] |
| /spdk/test/nvme/perf/ |
| H A D | README.md | 61 the script attempts to assign NVMe devices to CPU cores on the same NUMA node. The script will try … 63 devices from the other NUMA node. It is important to choose cores that will ensure best NUMA node a… 64 On System with 8 devices on NUMA node 0 and 8 devices on NUMA node 1, cores 0-27 on numa node 0 and… 65 on numa node 1, if test is set to use 16 disk and four cores then "--cpu-allowed=1,2,28,29" can be … 69 …s chosen then for each job with NVME device, all cpu cores with corresponding NUMA node are picked.
|
| /spdk/doc/ |
| H A D | iscsi.md | 32 same NUMA node and configure the target to run on CPU cores associated with that node. The following 50 …de_add_pg_ig_maps -- Add initiator group to portal group mappings to an existing iSCSI target node. 51 …e_pg_ig_maps -- Delete initiator group to portal group mappings from an existing iSCSI target node. 71 - iscsi_create_target_node -- Add an iSCSI target node. 72 - iscsi_delete_target_node -- Delete an iSCSI target node. 73 - iscsi_target_node_add_lun -- Add a LUN to an existing iSCSI target node. 99 node.session.cmds_max = 4096 100 node.session.queue_depth = 128 135 iscsiadm -m node --login 144 iscsiadm -m node --logout [all …]
|
| /spdk/test/iscsi_tgt/ext4test/ |
| H A D | ext4test.sh | 58 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT 85 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/lib/thread/ |
| H A D | thread_internal.h | 25 RB_ENTRY(spdk_io_channel) node;
|
| /spdk/test/iscsi_tgt/chap/ |
| H A D | chap_common.sh | 64 iscsiadm -m node --logout || true 65 iscsiadm -m node -o delete || true
|
| H A D | chap_mutual_not_set.sh | 48 iscsiadm -m node -l -p $TARGET_IP:$ISCSI_PORT || rc=$?
|
| /spdk/python/spdk/spdkcli/ |
| H A D | ui_node_iscsi.py | 72 for node in self.target_nodes: 73 if hasattr(device, "device_name") and node['name'] \ 75 UIISCSIDevice(device, node, self) 159 for node in self.target_nodes: 160 if hasattr(device, "device_name") and node['name'] \
|
| /spdk/test/iscsi_tgt/reset/ |
| H A D | reset.sh | 48 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/rbd/ |
| H A D | rbd.sh | 57 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/ip_migration/ |
| H A D | ip_migration.sh | 72 iscsiadm -m node --login -p $MIGRATION_ADDRESS:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/multiconnection/ |
| H A D | multiconnection.sh | 73 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/lvol/ |
| H A D | iscsi_lvol.sh | 72 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/login_redirection/ |
| H A D | login_redirection.sh | 68 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/trace_record/ |
| H A D | trace_record.sh | 74 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|
| /spdk/test/iscsi_tgt/fio/ |
| H A D | fio.sh | 94 iscsiadm -m node --login -p $TARGET_IP:$ISCSI_PORT
|