Spdk/lib/bdev
Ben Walker f4140ad023 nvme: Change the deallocate interface to generic dsm
Provide a convenience wrapper for general purpose dataset
management commands. The previous wrapper for deallocate
was difficult to use correctly and only for deallocate.

Note that the name is "dataset_management" as opposed to
"data_set_management" to match the NVMe specification.
It's questionable whether "dataset" is valid English, but
it is best to match the specification.

Change-Id: Ifc03d66dbabeabe8146968cf8a09f7ac3446ad68
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-10-04 14:36:09 -07:00
..
aio bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
malloc bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
nvme nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
rbd bdev: Add RBD support in lib/bdev 2016-09-30 15:26:28 -07:00
bdev_module.h bdev: Separate the module header from the public header 2016-08-26 09:40:06 -07:00
bdev.c Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
Makefile bdev: Add RBD support in lib/bdev 2016-09-30 15:26:28 -07:00