Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 28) sorted by relevance

12

/spdk/scripts/vagrant/
H A Dupdate.sh68 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 DREADME.md28 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 Dapt-get3 update() {
4 sudo "$package_manager" update
10 update
15 update
21 update
/spdk/test/iscsi_tgt/digests/
H A Ddigests.sh15 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 Dbackporting.md63 ### 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 Dvagrant.md135 vagrant@vagrant:~/spdk_repo/spdk$ sudo apt update
H A Duserspace.md70 after an update by the device.
H A Dconcurrency.md54 telling them to perform the update on their local copy. This is great when the
H A Dvhost.md316 3. `sudo update-grub`
/spdk/lib/nvme/
H A Dnvme_io_msg.h27 void (*update)(struct spdk_nvme_ctrlr *ctrlr); member
H A Dnvme_io_msg.c167 io_msg_producer->update(ctrlr); in nvme_io_msg_ctrlr_update()
H A Dnvme_cuse.c1370 .update = nvme_cuse_update,
/spdk/test/unit/lib/nvme/nvme_io_msg.c/
H A Dnvme_io_msg_ut.c113 .update = ut_update,
117 .update = ut_update,
/spdk/test/common/config/pkgdep/os/
H A Drhel9 sudo "$package_manager" update -y --refresh
H A Dfedora9 sudo "$package_manager" update -y --refresh
H A Dcentos9 sudo "$package_manager" update -y --refresh
/spdk/scripts/perf/nvmf/
H A Dcommon.py207 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 Drun_nvmf.py359 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 DDockerfile28 # configuration to update all the paths make would need to lookup - this is
/spdk/scripts/common/setup/
H A Dinteractive.sh91 6 | u | update) update_status ;;
/spdk/rpmbuild/
H A Dspdk.spec87 git submodule update --init
/spdk/app/fio/nvme/
H A DREADME.md23 git submodule update --init
/spdk/scripts/bpf/
H A Dtrace.py442 annotations.update(current)
/spdk/
H A DREADME.md57 git submodule update --init
/spdk/lib/nvmf/
H A Dsubsystem.c1466 /* 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()

12