]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add options for write command directives
authorKeith Busch <keith.busch@gmail.com>
Sun, 10 Dec 2017 16:42:09 +0000 (09:42 -0700)
committerKeith Busch <keith.busch@gmail.com>
Sun, 10 Dec 2017 16:42:09 +0000 (09:42 -0700)
commit66361e44c8adb5a39b09a8c4c11556f65ac0bde5
treee674999b55c385cd70820de0b32c5a5efbef77a6
parent4fb1dce6803662ef6643f14919b3601253148903
nvme: add options for write command directives

This patch includes options to specify the directive type and directive
specific. The field is meant to be used for write commands, but since
the code reuse for read, write, and compare currently exists, the options
will appear available to commands other than write.

Since the directive specific is part of the larger DSM field, this patch
also incorporates an option for the non-directive specific portion of
the DSM field.

https://github.com/linux-nvme/nvme-cli/issues/235

Signed-off-by: Keith Busch <keith.busch@gmail.com>
Documentation/nvme-write.txt
nvme-models.h
nvme.c