Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 32) sorted by relevance

12

/spdk/test/event/
H A Dcpu_locks.sh83 "${SPDK_APP[@]}" -m 0x1 --disable-cpumask-locks -r "$rpc_sock2" &
97 "${SPDK_APP[@]}" -m 0x1 --disable-cpumask-locks &
147 "${SPDK_APP[@]}" -m 0x7 --disable-cpumask-locks &
151 "${SPDK_APP[@]}" -m 0x1c -r "$rpc_sock2" --disable-cpumask-locks &
/spdk/scripts/
H A Darm_cross_compile.sh83 …urses --without-ncursesw --disable-mount --disable-libmount --disable-pylibmount --disable-libblki…
189 …-host=aarch64-none-linux-gnu --prefix=$CROSS_COMPILE_DIR/ncurses_build --disable-stripping && make…
/spdk/test/iscsi_tgt/ext4test/
H A Dext4test.sh98 (cd "/mnt/${dev}dir/spdk" && ./configure --disable-unit-tests --disable-tests)
/spdk/python/spdk/spdkcli/
H A Dui_node_nvmf.py145 def ui_command_allow_any_host(self, disable="false"): argument
151 disable = self.ui_eval_param(disable, "bool", None)
153 nqn=self.subsystem.nqn, disable=disable)
/spdk/test/external_code/
H A Dtest_make.sh29 $SPDK_DIR/configure --with-shared --without-ocf --disable-asan $WITH_DPDK
89 $SPDK_DIR/configure --without-shared --without-ocf --disable-asan $WITH_DPDK
/spdk/scripts/env_dpdk/22.11/
H A D22.11-rte_bus_pci.h.patch13 - * Flag to enable or disable PASID.
H A D23.11-rte_bus_pci.h.patch85 - * Flag to enable or disable PASID.
/spdk/test/fuzz/
H A Dautofuzz_iscsi.sh41 "${ISCSI_APP[@]}" -m $ISCSI_TEST_CORE_MASK --disable-cpumask-locks --wait-for-rpc &> $output_dir/is…
/spdk/test/vhost/fuzz/
H A Dfuzz.sh15 VHOST_APP+=(-p 0 --disable-cpumask-locks)
/spdk/test/common/config/
H A Dautotest_setup.sh38 echo " -s --disable-tsocks Disable use of tsocks"
108 disable-tsocks) NO_TSOCKS=true ;;
/spdk/python/spdk/rpc/
H A Dnvmf.py121 no_srq: Boolean flag to disable SRQ even for devices that support it - RDMA specific (optional)
122 c2h_success: Boolean flag to disable the C2H success optimization - TCP specific (optional)
126 no_wr_batching: Boolean flag to disable work requests batching - RDMA specific (optional)
128 disable_mappable_bar0: disable client mmap() of BAR0 - VFIO-USER specific (optional)
130 disable_shadow_doorbells: disable shadow doorbell support - VFIO-USER specific (optional)
635 def nvmf_subsystem_allow_any_host(client, nqn, disable, tgt_name=None):
640 disable: Allow any host (true) or enforce allowed host list (false).
646 params = {'nqn': nqn, 'allow_any_host': False if disable else True}
581 nvmf_subsystem_allow_any_host(client, nqn, disable, tgt_name=None) global() argument
/spdk/rpmbuild/
H A Dspdk.spec88 ./configure --disable-unit-tests --disable-tests %{configure}
/spdk/test/bdev/
H A Dchaining.sh193 bdev_set_options --disable-auto-examine
223 bdev_set_options --disable-auto-examine
/spdk/test/nvmf/host/
H A Dasync_init.sh57 $rpc_py nvmf_subsystem_allow_any_host nqn.2016-06.io.spdk:cnode0 --disable
H A Ddigest.sh63 rpc_cmd accel_error_inject_error -o crc32c -t disable
H A Dmulticontroller.sh71 -x disable
/spdk/lib/iscsi/
H A Dtgt_node.h96 bool iscsi_check_chap_params(bool disable, bool require, bool mutual, int group);
H A Dtgt_node.c1027 iscsi_check_chap_params(bool disable, bool require, bool mutual, int group) in iscsi_check_chap_params() argument
1033 if ((!disable && !require && !mutual) || /* Auto */ in iscsi_check_chap_params()
1034 (disable && !require && !mutual) || /* None */ in iscsi_check_chap_params()
1035 (!disable && require && !mutual) || /* CHAP */ in iscsi_check_chap_params()
1036 (!disable && require && mutual)) { /* CHAP Mutual */ in iscsi_check_chap_params()
1040 disable, require, mutual); in iscsi_check_chap_params()
/spdk/doc/
H A Dsystem_configuration.md12 attached to the `uio_pci_generic` kernel driver. In that case, users should take care to disable
15 To disable the IOMMU or place it into passthrough mode, add `intel_iommu=off`
H A Daccel_fw.md117 accel-config disable-wq dsa0/wq0.1
118 accel-config disable-device dsa0
H A Dbackporting.md57 * to disable components that are unnecessary for SPDK to work,
/spdk/test/unit/lib/iscsi/portal_grp.c/
H A Dportal_grp_ut.c21 (bool disable, bool require, bool mutual, int group),
/spdk/test/nvmf/target/
H A Dtls.sh111 # Check KTLS disable
112 $rpc_py sock_impl_set_options -i ssl --disable-ktls
/spdk/scripts/perf/nvmf/
H A DREADME.md46 (or disable firewall service completely if possible).
47 - Adjust or completely disable local security engines like AppArmor or SELinux.
262 using this option `intel_pstate=disable` must be set in boot options and
/spdk/scripts/bash-completion/
H A Dspdk1 # shellcheck disable=SC2016,SC2207

12