Spdk/lib/nvmf
Ziye Yang 5dcf922cda nvmf: fix tgt subsystem delete related operations.
1 In our nvmf tgt implemention, we use the async
mode to delete the nvmf subsystem. However, when
we parse nvmf subsystem, we need to use the sync
function to delete the nvmf subsystem. Since if
there is error, we will call spdk_app_stop, thus
async functions will not be executed. It is
approved in my local test.

2 Add debug info in spdk_nvmf_delete_subsystem

Change-Id: Ia8ecd6eee1bbd25cb3e1ceeb0e2146f3f03be228
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-09-22 15:33:26 -07:00
..
direct.c nvmf: Remove memcpy from completion path 2016-09-12 15:33:43 -07:00
Makefile nvmf: Add support for virtual controller. 2016-08-25 15:02:21 -07:00
nvmf_internal.h nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
nvmf.c nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
rdma.c nvmf: Combine nvmf recv and send cqs 2016-09-22 09:11:38 -07:00
request.c nvmf: Update status code for discovery command 2016-09-14 09:19:34 -07:00
request.h nvmf: move subsytem poller to nvmf_tgt app 2016-09-12 10:10:27 -07:00
session.c nvmf: update nvmf_disconnect to spdk_nvmf_session_disconnect 2016-09-13 09:50:46 -07:00
session.h nvmf: update nvmf_disconnect to spdk_nvmf_session_disconnect 2016-09-13 09:50:46 -07:00
subsystem.c nvmf: fix tgt subsystem delete related operations. 2016-09-22 15:33:26 -07:00
subsystem.h nvmf: move subsytem poller to nvmf_tgt app 2016-09-12 10:10:27 -07:00
transport.c nvmf: move acceptor poller into nvmf_tgt app 2016-08-17 10:01:37 -07:00
transport.h nvmf: Listen for incoming connections only on addresses specified 2016-08-19 15:34:01 -07:00
virtual.c Switch spdk_bdev_read/write arg order for length and offset. 2016-09-14 10:51:25 -07:00