Searched refs:TCP (Results 1 – 12 of 12) sorted by relevance
| /spdk/go/rpc/client/ |
| H A D | client.go | 23 TCP = "tcp" const 130 address, err := net.ResolveTCPAddr(TCP, tcpAddress) 135 conn, err := net.DialTCP(TCP, nil, address)
|
| /spdk/docker/traffic-generator/ |
| H A D | conf-nvme | 10 "trtype": "TCP",
|
| /spdk/test/ftl/ |
| H A D | common.sh | 121 $rpc_py nvmf_create_transport --trtype TCP 124 $rpc_py nvmf_subsystem_add_listener nqn.2018-09.io.spdk:cnode0 -t TCP -f ipv4 -s 4420 -a 127.0.0.1
|
| /spdk/test/spdkcli/ |
| H A D | tcp.sh | 30 socat TCP-LISTEN:$PORT UNIX-CONNECT:$DEFAULT_RPC_ADDR &
|
| /spdk/proto/ |
| H A D | nvmf_tcp.proto | 7 // Create device NVMe/TCP-specific parameters
|
| H A D | sma.proto | 82 // NVMe/TCP parameters 204 // (e.g. it's perfectly fine to attach an NVMe/TCP volume to a virtio-blk
|
| /spdk/go/rpc/ |
| H A D | README.md | 7 SPDK over Unix and TCP socket in Go. In addition, this repository provides integration of a client 98 This method creates a new JSON-RPC 2.0 client. Both Unix and TCP sockets are supported.
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 3 Scripts contained in this directory are used to run TCP and RDMA benchmark tests, 13 For TCP tests any TCP-capable NIC will do. However, high-bandwidth, 177 - dif_insert_strip - bool. Only for TCP transport. Enable DIF option when 186 - adq_enable - bool; only for TCP transport. 191 - dsa_settings - bool. Only for TCP transport. Enable offloading CRC32C 279 - adq_enable - bool; only for TCP transport. Configure system modules, NIC 282 - enable_data_digest - bool; only for TCP transport. Enable the data
|
| /spdk/test/spdkcli/match_files/ |
| H A D | spdkcli_nvmf.test.match | 3 …............................................................................................. [TCP]
|
| /spdk/doc/ |
| H A D | iscsi.md | 247 [630111.860078] scsi host68: iSCSI Initiator over TCP/IP 302 A portal refers to an IP address and TCP port number pair, and a portal group
|
| H A D | nvme_multipath.md | 50 By default, error detection on a qpair is very slow for TCP and RDMA transports. For fast error 174 TCP and RDMA) is supported. However, in this type of configuration, memory domain is not available
|
| /spdk/ |
| H A D | README.md | 250 operations remotely with TCP/IP protocol,
|