Skip to content

Commit 6dd1c58

Browse files
laiaferrerigaw
authored andcommitted
nvme-print: print KV command set page header
Let stdout_effects_log_page handle NVME_CSI_KV as well. Signed-off-by: laiaferrer <laiaferrermoser@gmail.com>
1 parent 078d068 commit 6dd1c58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nvme-print-stdout.c

+4
Original file line numberDiff line numberDiff line change
@@ -3872,6 +3872,10 @@ static void stdout_effects_log_page(enum nvme_csi csi,
38723872
printf("NVM Command Set Log Page\n");
38733873
printf("%-.80s\n", dash);
38743874
break;
3875+
case NVME_CSI_KV:
3876+
printf("KV Command Set Log Page\n");
3877+
printf("%-.80s\n", dash);
3878+
break;
38753879
case NVME_CSI_ZNS:
38763880
printf("ZNS Command Set Log Page\n");
38773881
printf("%-.80s\n", dash);

0 commit comments

Comments
 (0)