Spdk/lib
Daniel Verkamp effea17dad nvmf: make invalid rdma_req case into an assert
The wr_id should never be NULL - it will always correspond to a request
we previously posted.  Convert the check to an assert() so we notice if
this ever happens (which would indicate a programming error somewhere
else).

While we're here, add a more robust check to make sure the request is
actually in the correct array of requests for the connection being
polled (also in an assert, since this should never fail in normal
execution).

Change-Id: I855763d7d827fb8cf00a775c7bc2ccb579db8d0f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-02-28 10:52:08 -07:00
..
bdev nvme: pass command ID to timeout callback 2017-02-23 17:49:01 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy ioat: print PCI addresses in hex for consistency 2017-02-14 10:27:47 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk env/vtophys: only print errors in debug builds 2017-02-23 14:22:58 -07:00
event event: free rings and mempool (#113) 2017-02-24 16:30:36 -07:00
ioat util: move common helper functions to util.h 2017-02-10 09:38:52 -07:00
iscsi iscsi: remove the check of task status before transfer datain. 2017-02-27 14:21:50 -07:00
json json: make sure parse always sets *end 2017-02-15 16:31:07 -07:00
jsonrpc jsonrpc_server: allow user to specify socket type 2016-12-15 08:06:33 -07:00
log log: define prioritynames[] (#102) 2017-01-23 16:07:29 -07:00
net net/interface: check socket() return value 2017-02-14 10:27:12 -07:00
nvme nvme: export abort command as public API 2017-02-27 10:44:17 -07:00
nvmf nvmf: make invalid rdma_req case into an assert 2017-02-28 10:52:08 -07:00
rpc rpc: Decouple RPC config from instance ID 2017-02-14 14:47:25 -07:00
scsi scsi: do not unregister bdev during lun delete (#116) 2017-02-24 13:32:51 -07:00
trace trace: use snprintf() to ensure g_shm_name is terminated 2017-02-14 13:03:11 -07:00
util string: make spdk_parse_ip_addr() params non-const 2017-02-14 10:28:29 -07:00
Makefile env: rename default implementation to env_dpdk 2016-11-14 08:48:20 -07:00