numam-spdk/lib
Ziye Yang 4440cd8d28 nvmf: Solve subsystem add/delete issue
When we do frequent same subsystem add/delete,
we will face the adding issue. For example,
1  Add subsystem A
2  Delete subsystem A
3  Add subsystem A  (Fail in this step).
The reason is that we did not correctly free
the listener resources of subsystems, and this patch
can solve this issue.

Change-Id: I6765a306a3f10c9a0f38c95dbba12e2a4073e705
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2017-01-30 11:14:38 -07:00
..
bdev bdev/nvme: initialize the adminq_timer_poller as NULL. 2017-01-20 10:08:59 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk env_dpdk: allow linking against DPDK shared libs 2017-01-26 10:51:11 -07:00
event event: Don't check timers on every iteration 2017-01-25 16:31:31 -07:00
ioat ioat: cleanup logic in spdk_ioat_submit_copy 2017-01-23 16:09:11 -07:00
iscsi iscsi: increment the correct lcore's g_num_connections in FFP transition 2017-01-12 10:15:05 -07:00
json json/parse: rewrite and simplify number parsing 2017-01-13 13:18:50 -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 event.h: split non-public API into spdk_internal 2017-01-05 11:57:18 -07:00
nvme nvme/rdma: Invoke rdma_ack_cm_event in exceptional cases 2017-01-26 10:48:23 -07:00
nvmf nvmf: Solve subsystem add/delete issue 2017-01-30 11:14:38 -07:00
rpc event: remove spdk_event_allocate() next parameter 2017-01-05 11:57:18 -07:00
scsi scsi: fix the scsi read write direction issue. 2017-01-23 16:12:27 -07:00
trace Replace rte_get_tsc calls with spdk_get_ticks 2016-10-11 13:34:09 -07:00
util util: add vsprintf version of spdk_sprintf_alloc 2016-11-22 11:52:00 -07:00
Makefile env: rename default implementation to env_dpdk 2016-11-14 08:48:20 -07:00