]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
NVMe: Provide easy read and write commands
authorKeith Busch <keith.busch@intel.com>
Wed, 4 Feb 2015 17:36:49 +0000 (10:36 -0700)
committerKeith Busch <keith.busch@intel.com>
Wed, 4 Feb 2015 17:36:49 +0000 (10:36 -0700)
commitbb131aa7268b7fe06bf3198d4816c6a2391a7172
tree8a595c68645707fa7c4e3121fa6d7e9f8b939da8
parent073ee7c27a9d0d285ae99d7f6892549171136cb5
NVMe: Provide easy read and write commands

This adds convienience functions for read and write. They are similar
to compare in that they use the helpful NVME_SUBMIT_IO IOCTL instead of
the passthru version that requires more setup.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Documentation/nvme-read.1 [new file with mode: 0644]
Documentation/nvme-write.1 [new file with mode: 0644]
Documentation/nvme.1
nvme.c