/spdk/scripts/vagrant/ |
H A D | update.sh | 68 yum update -y 83 …apt-get update --assume-yes --no-install-suggests --no-install-recommends -o Dpkg::Options::="--fo… 89 yum check-update 90 yum update -y 94 yum check-update 95 yum update -y
|
H A D | README.md | 28 brew update 54 1. yum check-update 55 2. yum update -y 153 the `scripts/vagrant/update.sh` script. For example: 156 $ script -c 'sudo spdk_repo/spdk/scripts/vagrant/update.sh' update.log 159 The `update.sh` script completes initialization of the VM by automating the following steps. 161 1. Runs yum/apt-get update (Linux) 187 $ git submodule update --init 225 The following steps are done by the `update.sh` script. It is recommended that you capture the outp… 228 $ script update.log sudo spdk_repo/spdk/scripts/vagrant/update.sh [all …]
|
/spdk/test/common/config/pkgdep/ |
H A D | apt-get | 3 update() { 4 sudo "$package_manager" update 10 update 15 update 21 update
|
/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 83 DataDigestAbility=$(iscsiadm -m node -p $TARGET_IP:$ISCSI_PORT -o update -n "node.conn[0].iscsi.Dat…
|
/spdk/doc/ |
H A D | backporting.md | 63 ### 1. Enter SPDK directory and update master branch 69 ### 2. Enter DPDK submodule directory and update it 112 merged. Only after that the submodule update may be continued. Then, after the fork is ready, 113 the submodule update may be carried out: 122 Above commands update SPDK master branch, check out the newest fork of the DPDK submodule, then 123 add it to a commit and finally push the submodule update to Gerrit.
|
H A D | vagrant.md | 135 vagrant@vagrant:~/spdk_repo/spdk$ sudo apt update
|
H A D | userspace.md | 70 after an update by the device.
|
H A D | concurrency.md | 54 telling them to perform the update on their local copy. This is great when the
|
H A D | vhost.md | 316 3. `sudo update-grub`
|
/spdk/lib/nvme/ |
H A D | nvme_io_msg.h | 27 void (*update)(struct spdk_nvme_ctrlr *ctrlr); member
|
H A D | nvme_io_msg.c | 167 io_msg_producer->update(ctrlr); in nvme_io_msg_ctrlr_update()
|
H A D | nvme_cuse.c | 1370 .update = nvme_cuse_update,
|
/spdk/test/unit/lib/nvme/nvme_io_msg.c/ |
H A D | nvme_io_msg_ut.c | 113 .update = ut_update, 117 .update = ut_update,
|
/spdk/test/common/config/pkgdep/os/ |
H A D | rhel | 9 sudo "$package_manager" update -y --refresh
|
H A D | fedora | 9 sudo "$package_manager" update -y --refresh
|
H A D | centos | 9 sudo "$package_manager" update -y --refresh
|
/spdk/scripts/perf/nvmf/ |
H A D | common.py | 207 aggregate_results.update(read_target_stats("target_avg_cpu_util", sar_result_files, results_dir)) 211 aggregate_results.update(read_target_stats("target_avg_power", pm_result_files, results_dir))
|
H A D | run_nvmf.py | 359 self.log.info("Please update your NIC driver and firmware versions and try again.") 386 self.svc_restore_dict.update({service: service_state}) 417 sysctl_opts.update(self.adq_set_busy_read(1)) 420 sysctl_opts.update({"net.core.rps_sock_flow_entries": 32768}) 423 self.sysctl_restore_dict.update({opt: self.exec_cmd(["sysctl", "-n", opt]).strip()}) 439 self.svc_restore_dict.update({service: tuned_state}) 1561 self.exec_cmd(["git", "-C", self.spdk_dir, "submodule", "update", "--init"]) 1635 nvme_ctrl["params"].update({"priority": "1"}) 1638 nvme_ctrl["params"].update({"ddgst": self.enable_data_digest}) 1834 v.update({"results_di [all...] |
/spdk/docker/build_base/ |
H A D | Dockerfile | 28 # configuration to update all the paths make would need to lookup - this is
|
/spdk/scripts/common/setup/ |
H A D | interactive.sh | 91 6 | u | update) update_status ;;
|
/spdk/rpmbuild/ |
H A D | spdk.spec | 87 git submodule update --init
|
/spdk/app/fio/nvme/ |
H A D | README.md | 23 git submodule update --init
|
/spdk/scripts/bpf/ |
H A D | trace.py | 442 annotations.update(current)
|
/spdk/ |
H A D | README.md | 57 git submodule update --init
|
/spdk/lib/nvmf/ |
H A D | subsystem.c | 1466 /* We should not remove this statement, but need to update the assert statement in _nvmf_subsystem_add_listener() 1726 SPDK_ERRLOG("Can't alloc subsystem poll group update context\n"); in spdk_nvmf_subsystem_remove_ns() 2039 /* We should not remove this statement, but need to update the assert statement in spdk_nvmf_subsystem_add_ns_ext() 3696 /* update reservation information to subsystem's poll group */ in spdk_nvmf_subsystem_set_ana_state() 3720 .update = nvmf_ns_reservation_update_json, in spdk_nvmf_subsystem_set_ana_state() 3734 return g_reservation_ops.update(ns, info); in spdk_nvmf_subsystem_set_ana_state()
|