numam-spdk/lib
Daniel Verkamp a9282085c9 nvmf: remove nvmf_request pending field
The pending type can be determined based on the command opcode.

This also moves the "issue pending RDMA reads" case out of the I/O queue
handling into the generic continuation code; this should not make any
difference for the current case, since the Fabrics Connect command is
the only other continuation case currently, and there cannot be any
pending RDMA reads in that case.

Change-Id: Idddfa496b6e5b7e6da772aa3ab1b9d1a5344771f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-06-23 11:12:19 -07:00
..
conf conf: Add configuration file iteration functions 2016-05-13 09:51:37 -07:00
cunit cunit: add test result JSON formatting 2016-05-12 15:42:09 -07:00
event event: fix null pointer issue in spdk_subsystem_fini 2016-06-15 16:33:55 -07:00
ioat build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
json json: fix spdk_json_write_val with nested objects 2016-05-11 10:43:02 -07:00
jsonrpc jsonrpc: add JSON-RPC 2.0 library 2016-05-23 10:28:58 -07:00
log log: allow setting all trace flags at once 2016-05-12 09:47:57 -07:00
memory vtophys: fix usermode address range check 2016-06-22 16:41:29 -07:00
nvme Create a utility and enable WRR arbitration mechanism 2016-06-21 16:35:04 -07:00
nvmf nvmf: remove nvmf_request pending field 2016-06-23 11:12:19 -07:00
rpc rpc: Add an RPC subsystem 2016-06-22 15:45:50 -07:00
trace trace: validate group IDs 2016-05-24 09:53:19 -07:00
util build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
Makefile rpc: Add an RPC subsystem 2016-06-22 15:45:50 -07:00