Skip to content

Commit

Permalink
types: add I/O command fabric commands opcode definition
Browse files Browse the repository at this point in the history
Since supported by the NVMe 2.1.

Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t authored and igaw committed Jan 10, 2025
1 parent e9c6fe6 commit 0b1e8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -9208,6 +9208,7 @@ enum nvme_data_tfr {
* @nvme_zns_cmd_mgmt_send: Zone Management Send
* @nvme_zns_cmd_mgmt_recv: Zone Management Receive
* @nvme_zns_cmd_append: Zone Append
* @nvme_cmd_fabric: Fabric Commands
*/
enum nvme_io_opcode {
nvme_cmd_flush = 0x00,
Expand All @@ -9229,6 +9230,7 @@ enum nvme_io_opcode {
nvme_zns_cmd_mgmt_send = 0x79,
nvme_zns_cmd_mgmt_recv = 0x7a,
nvme_zns_cmd_append = 0x7d,
nvme_cmd_fabric = 0x7f,
};

/**
Expand Down

0 comments on commit 0b1e8d0

Please sign in to comment.