numam-spdk/lib/bdev/nvme
Ziye Yang 5fa2274ccb io_channel: change return type of spdk_channel_msg
Change the return type of spdk_channel_msg from
void to int. If this msg executed in a failure,
we do not need continue sending the message to other
threads, we can just tell the original thread, and
let the orgiginal thread call the spdk_channel_for_each_cpl
call back.

Thus we can track the qpair creation/destroy case for bdev
reset in nvme bdev module;

Change-Id: Ide9dffd1f84a29fcf61d8339a9ece2a0245d968d
Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/387284
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-11-17 11:25:14 -05:00
..
bdev_nvme_rpc.c RPC: Add rpc support to update firmware. 2017-10-31 12:49:31 -04:00
bdev_nvme.c io_channel: change return type of spdk_channel_msg 2017-11-17 11:25:14 -05:00
bdev_nvme.h RPC: Add rpc support to update firmware. 2017-10-31 12:49:31 -04:00
Makefile bdev: rename blockdev instances to bdev 2017-07-14 13:31:30 -04:00