[PATCH 2/2] added two nvme commands for open/close streams and garbage collection
kwan.huen
kwan.huen at samsung.com
Mon Apr 20 18:47:43 PDT 2015
---
include/uapi/linux/nvme.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/nvme.h b/include/uapi/linux/nvme.h
index aef9a81..5025610 100644
--- a/include/uapi/linux/nvme.h
+++ b/include/uapi/linux/nvme.h
@@ -229,6 +229,8 @@ enum nvme_opcode {
nvme_cmd_resv_report = 0x0e,
nvme_cmd_resv_acquire = 0x11,
nvme_cmd_resv_release = 0x15,
+ nvme_cmd_stream_ctrl = 0x18,
+ nvme_cmd_gc_ctrl = 0x1c,
};
struct nvme_common_command {
--
1.9.1
More information about the Linux-nvme
mailing list