Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 21 of 21) sorted by relevance

/spdk/test/nvme/err_injection/
H A Derr_injection.c30 static int failed = 0; variable
60 failed = 1; in attach_cb()
80 failed = 1; in get_feature_test_cb()
82 printf("%s: get features failed as expected\n", dev->name); in get_feature_test_cb()
91 failed = 1; in get_feature_test_cb()
108 printf("Error: failed to send Get Features command for dev=%p\n", dev); in get_feature_test()
109 failed = 1; in get_feature_test()
135 failed = 1; in read_test_cb()
137 printf("%s: read failed as expected\n", dev->name); in read_test_cb()
146 failed in read_test_cb()
[all...]
/spdk/.github/ISSUE_TEMPLATE/
H A Dintermittent_failure.md18 ## Link to the failed CI build
20 <!--- Please provide a link to the failed CI build -->
22 ## Execution failed at
/spdk/test/iscsi_tgt/calsoft/
H A Dcalsoft.sh59 failed=$?
62 failed=$?
71 exit $failed
H A Dcalsoft.py126 failed = 0
130 failed = 1
131 exit(failed)
/spdk/test/common/config/pkgdep/os/
H A Dmariner4 # installation failed.
5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
H A Drhel4 # installation failed.
5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
H A Dfedora4 # installation failed.
5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
H A Dcentos4 # installation failed.
5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
/spdk/lib/json/
H A Djson_write.c17 bool failed; member
27 w->failed = true; in fail()
62 w->failed = false; in spdk_json_write_begin()
71 bool failed; in spdk_json_write_end() local
78 failed = w->failed; in spdk_json_write_end()
82 failed = true; in spdk_json_write_end()
87 return failed ? -1 : 0; in spdk_json_write_end()
/spdk/test/common/config/pkgdep/patches/qat/
H A D0001-strlcpy-to-strscpy.patch
/spdk/lib/accel/
H A Daccel_internal.h27 uint64_t failed; member
/spdk/test/app/fuzz/nvme_fuzz/
H A DREADME.md24 By default no output is generated when a specific command is returned with a failed status.
/spdk/scripts/pkgdep/
H A Dcommon.sh111 * Fetching $shfmt_url failed, $shfmt will not be available for format check.
179 echo "downloading protoc ${PROTOCVERSION} from ${protocurl} failed"
183 echo "extracting protoc ${PROTOCVERSION} from ${protocpkg} failed"
195 echo "protoc protoc-gen-go plugin install failed"
205 echo "protoc protoc-gen-go-grpc plugin install failed"
237 echo "go install failed"
259 echo "installing golangci-lint failed"
/spdk/lib/iscsi/
H A Dtgt_node.c815 goto failed; in iscsi_tgt_node_add_pg_ig_map()
823 goto failed; in iscsi_tgt_node_add_pg_ig_map()
828 failed: in iscsi_tgt_node_add_pg_ig_map()
/spdk/scripts/bpf/
H A Dnvmf.bt16 str(arg1), @subsystem[arg3], @subsystem[arg2], arg4 ? "failed" : "done");
/spdk/doc/
H A Dnvme_multipath.md7 This can lead to delays and failed I/O reported to upper layers, but it does reduce the number
129 For ABORT, the NVMe bdev module tries aborting the timed out I/O, and if failed, it starts the
/spdk/module/bdev/iscsi/
H A Dbdev_iscsi.c457 goto failed; in bdev_iscsi_unmap()
482 failed: in bdev_iscsi_unmap()
/spdk/lib/nvme/
H A Dnvme_rdma.c654 SPDK_ERRLOG("RDMA CQ resize failed: errno %d: %s\n", errno, spdk_strerror(errno)); in nvme_rdma_qpair_set_poller()
1018 SPDK_ERRLOG("nvme_rdma_qpair_init() failed\n"); in nvme_rdma_addr_resolved()
1245 SPDK_ERRLOG("dst_addr nvme_parse_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair()
1256 SPDK_ERRLOG("src_addr nvme_parse_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair()
1266 SPDK_ERRLOG("rdma_create_id() failed\n"); in nvme_rdma_stale_conn_reconnect()
1274 SPDK_ERRLOG("nvme_rdma_resolve_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair_poll()
1413 SPDK_ERRLOG("DMA memory translation failed, rc %d, iov count %u\n", rc, dma_translation.iov_count); in nvme_rdma_build_null_request()
1424 SPDK_ERRLOG("RDMA memory translation failed, rc %d\n", rc);
2004 SPDK_ERRLOG("failed to get create rqpair\n"); in nvme_rdma_stale_conn_disconnected()
2295 SPDK_ERRLOG("Retry failed in nvme_rdma_qpair_abort_reqs()
[all...]
/spdk/scripts/
H A Dcheck_format.sh511 Golangci lint failed:
H A Drpc.py58 **STATUS=0 if the command succeeded or **STATUS=1 if it failed. --server is meant \
1773 One major iSCSI initiator may not retry login once it failed. Hence for such initiator, listening
/spdk/test/common/config/pkgdep/
H A Dgit40 echo "failed to start the qat service. Something may be wrong with your device or package."