Spdk/lib
Ziye Yang 97e15fedb8 nvmf,rdma: Solve nvmf host reconnect issue.
Kernel nvmf host always tries to connect nvmf target
when we does not issue nvme disconnect command. Thus,
we face rdma_create_qp issue, the reason is that we call
rdma_listen too early, and the event retrieved from
rdma_cm_get_event is too late.

And this patch solves this issue.

Change-Id: I153a8aea7420a86a236301dad9bd54af97f60865
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2017-02-28 00:16:17 -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,rdma: Solve nvmf host reconnect issue. 2017-02-28 00:16:17 -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