numam-spdk/app/nvmf_tgt
Daniel Verkamp 9412e60062 nvmf: check spdk_nvmf_tgt_listen() return value
spdk_nvmf_tgt_listen() can fail due to invalid user input (e.g. from a
config file), so we can't just assert() that it worked.

Change-Id: Iea2d4ab2c82d79f6eada24e6082456489bf304b8
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-03-23 13:17:52 -07:00
..
.gitignore nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conf.c nvmf: check spdk_nvmf_tgt_listen() return value 2017-03-23 13:17:52 -07:00
Makefile build: define SPDK_LIB_LIST to simplify building dependencies and linker args 2016-11-22 11:45:48 -07:00
nvmf_rpc.c nvmf: introduce the global and per subsystem listen addresses 2017-03-07 12:56:13 -07:00
nvmf_tgt.c nvmf: move io_channel allocation to virtual.c 2017-03-06 17:15:31 -07:00
nvmf_tgt.h app/nvmf_tgt: rename spdk_nvmf_parse_subsystem_for_rpc 2017-02-22 19:13:05 -07:00