Spdk/lib/nvme
Ziye Yang 47ae3957eb nvme/rdma: Invoke rdma_ack_cm_event in exceptional cases
In our previous code, we did not ack the event in
exceptional cases when we get a event via rdma_get_cm_event.
Thus, the code may block with in this statement:
rdma_destroy_id(rqpair->cm_id);
in some exceptiaonal cases. And this patch will solve this
issue.

Change-Id: Iddb6fb5356a5ee0ed04e261a040ba53042fca302
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2017-01-26 10:48:23 -07:00
..
Makefile nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_ctrlr_cmd.c nvme: add offset to spdk_nvme_ctrlr_cmd_get_log_page() 2016-12-15 11:16:14 -07:00
nvme_ctrlr.c nvme: Fail the qpair if it is marked as failure when process the completion queue. 2017-01-25 16:31:52 -07:00
nvme_internal.h nvme: split non-compliant SGLs into multiple requests 2017-01-17 07:51:09 -07:00
nvme_ns_cmd.c nvme: split non-compliant SGLs into multiple requests 2017-01-17 07:51:09 -07:00
nvme_ns.c nvme: support extended LBA without protection information (#101) 2017-01-23 11:20:04 -07:00
nvme_pcie.c nvme: Fail the qpair if it is marked as failure when process the completion queue. 2017-01-25 16:31:52 -07:00
nvme_qpair.c nvme: move num_entries to transport-specific qpairs 2017-01-05 15:49:09 -07:00
nvme_quirks.c nvme: Make striping a quirk 2016-12-09 14:38:42 -07:00
nvme_rdma.c nvme/rdma: Invoke rdma_ack_cm_event in exceptional cases 2017-01-26 10:48:23 -07:00
nvme_transport.c nvme: remove transport ctrlr_attach callback 2017-01-09 11:36:27 -07:00
nvme_uevent.c nvme: Remove pci_addr from probe_info 2016-12-12 10:46:50 -07:00
nvme_uevent.h nvme: Remove pci_addr from probe_info 2016-12-12 10:46:50 -07:00
nvme.c nvme: add transport ID string parsing function 2017-01-19 14:05:57 -07:00