Spdk/lib/nvme
Changpeng Liu 81db062c52 nvme: fix wrong type of the deallocate function parameter
According to the specification, the dataset management for deallocate
attribute can support to 256 ranges, so we should use uint16_t
instead of uint8_t as the ranges parameter.

Change-Id: Ibacc00da8b4b9e2b2f3454d382aadf7ad353ff31
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-12-28 11:02:17 -07:00
..
Makefile build: define a common Makefile clean command 2015-12-07 15:14:36 -07:00
nvme_ctrlr_cmd.c build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_ctrlr.c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme_impl.h build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_internal.h nvme: reorder parent member of struct nvme_request 2015-12-24 12:21:55 -07:00
nvme_ns_cmd.c nvme: fix wrong type of the deallocate function parameter 2015-12-28 11:02:17 -07:00
nvme_ns.c nvme: add max completions limit to I/O polling 2015-11-05 15:07:52 -07:00
nvme_qpair.c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme.c Reduce NVME_MAX_IO_QUEUES to 1024. 2015-11-30 09:33:34 -07:00