numam-spdk/lib/nvmf
Daniel Verkamp b9bcc3531e bdev: make enum spdk_bdev_io_status private
The user should not see the bdev_io status directly; the NVMe and SCSI
error code wrappers provide the ability to translate to the desired
format regardless of what kind of error is stored inside the bdev_io.

Replace the spdk_bdev_io_completion_cb status parameter with a bool
simply indiciating whether the I/O completed successfully.

Change-Id: Iad18c2dac4374112c41b7a656154ed3ae1a68569
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/362047
Tested-by: <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-05-23 16:30:10 -04:00
..
direct.c scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
discovery.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
Makefile nvmf: split discovery service into its own file 2017-03-17 15:55:36 -07:00
nvmf_internal.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
nvmf.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
rdma.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
request.c nvmf: allow NQN to be 223 bytes + null terminator 2017-05-18 14:36:39 -07:00
request.h nvmf: add discovery controller ops 2017-03-17 15:55:36 -07:00
session.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
session.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
subsystem.c nvmf: allow NQN to be 223 bytes + null terminator 2017-05-18 14:36:39 -07:00
subsystem.h nvmf: add discovery controller ops 2017-03-17 15:55:36 -07:00
transport.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
transport.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
virtual.c bdev: make enum spdk_bdev_io_status private 2017-05-23 16:30:10 -04:00