Skip to content

Commit

Permalink
nvme-print: print KV command set page header
Browse files Browse the repository at this point in the history
Let stdout_effects_log_page handle NVME_CSI_KV as well.

Signed-off-by: laiaferrer <[email protected]>
  • Loading branch information
laiaferrer authored and igaw committed Oct 23, 2024
1 parent 078d068 commit 6dd1c58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvme-print-stdout.c
Original file line number Diff line number Diff line change
Expand Up @@ -3872,6 +3872,10 @@ static void stdout_effects_log_page(enum nvme_csi csi,
printf("NVM Command Set Log Page\n");
printf("%-.80s\n", dash);
break;
case NVME_CSI_KV:
printf("KV Command Set Log Page\n");
printf("%-.80s\n", dash);
break;
case NVME_CSI_ZNS:
printf("ZNS Command Set Log Page\n");
printf("%-.80s\n", dash);
Expand Down

0 comments on commit 6dd1c58

Please sign in to comment.