Searched refs:check (Results 1 – 25 of 26) sorted by relevance
12
| /spdk/scripts/env_dpdk/ |
| H A D | README.md | 13 $1 - `check` or `fix` mode (default: check) 18 When calling the script, default is to check the diff of the in-tree headers with 24 Similar to check mode, but additionally patches the differences to the
|
| H A D | check_dpdk_pci_api.sh | 15 mode=${1:-check} # check or fix
|
| /spdk/test/nvme/overhead/ |
| H A D | README | 9 check. Only record the TSC delta if the I/O completion check 12 of the actual I/O completion check.
|
| /spdk/go/rpc/ |
| H A D | go.sum | 14 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= 15 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN…
|
| /spdk/scripts/vagrant/ |
| H A D | update.sh | 89 yum check-update 94 yum check-update
|
| H A D | README.md | 45 - Note: You should disable Hyper-V in Windows RS 3 laptop. Search `windows features` un-check Hyper… 54 1. yum check-update
|
| /spdk/scripts/ |
| H A D | sync_dev_uevents.sh | 17 DEVPATH_LOOKUP - check if given dev matches inside DEVPATH
|
| H A D | arm_cross_compile.sh | 20 …0.2-2020.11/binrel/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu.tar.xz --no-check-certificate 141 …wget https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.112.orig.tar.xz --no-check-cer… 176 wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz --no-check-certificate
|
| /spdk/doc/ |
| H A D | virtio.md | 15 interrupts to check for an I/O response. If used inside a VM, it bypasses interrupt
|
| H A D | overview.md | 63 This is a great place to learn about how SPDK works. In particular, check out 95 important are `check_format.sh`, which will use astyle and pep8 to check C, C++, and Python
|
| H A D | blobfs.md | 17 Make sure you check out the `6.15.fb` branch.
|
| H A D | system_configuration.md | 71 Which means that the device is a part of the IOMMU group 5. We can check if
|
| H A D | scheduler.md | 75 values are then compared with all the ticks since the last check, which allows
|
| H A D | backporting.md | 122 Above commands update SPDK master branch, check out the newest fork of the DPDK submodule, then
|
| H A D | userspace.md | 66 memory needs to be read (no MMIO) to check a queue pair for a bit flip and
|
| H A D | bdev_module.md | 37 (`examine_config` and `examine_disk`). Please check the documentation of
|
| H A D | iscsi.md | 292 return with check condition status. Then the LUN starts one poller which will
|
| H A D | nvmf_tgt_pg.md | 56 facilities to check for incoming data on groups of connections more
|
| H A D | nvme_multipath.md | 110 may be changed. In this case, the NVMe bdev module reads the ANA log page to check the ANA state
|
| /spdk/scripts/env_dpdk/22.11/ |
| H A D | 23.11-rte_dev.h.patch | 13 +/* Macros to check for invalid function pointers */
|
| /spdk/scripts/pkgdep/ |
| H A D | common.sh | 111 * Fetching $shfmt_url failed, $shfmt will not be available for format check.
|
| /spdk/include/spdk/ |
| H A D | scsi_spec.h | 412 uint8_t check; member
|
| /spdk/scripts/bash-completion/ |
| H A D | spdk | 93 # first instance, check the cmdline for an -s arg, if it's
|
| /spdk/test/common/ |
| H A D | autobuild_common.sh | 184 patch -p1 < "$rootdir/test/common/config/pkgdep/patches/dpdk/24.03/pcapng-add-memcpy-check.patch" 235 "$rootdir/scripts/env_dpdk/check_dpdk_pci_api.sh" check "$dpdk_dir" 308 echo "Header dependency check failed" 318 # Create empty file to check if it is not deleted by target uninstall
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 11 Then check out the latest fio version and compile the code:
|
12