public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nvme: add missing path related status values
@ 2022-04-28  9:19 Max Gurtovoy
  2022-04-28  9:19 ` [PATCH 2/2] nvme: add missing status values to verbose logging Max Gurtovoy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Max Gurtovoy @ 2022-04-28  9:19 UTC (permalink / raw)
  To: hch, linux-nvme, sagi, kbusch, kch; +Cc: Max Gurtovoy

The following path related status code from the NVM specification were
added: Internal Path Error (00h) and Controller Pathing Error (60h).

Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
---
 include/linux/nvme.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index f626a445d1a8..bbabdc7600da 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -1679,9 +1679,11 @@ enum {
 	/*
 	 * Path-related Errors:
 	 */
+	NVME_SC_INTERNAL_PATH_ERROR	= 0x300,
 	NVME_SC_ANA_PERSISTENT_LOSS	= 0x301,
 	NVME_SC_ANA_INACCESSIBLE	= 0x302,
 	NVME_SC_ANA_TRANSITION		= 0x303,
+	NVME_SC_CTRL_PATH_ERROR		= 0x360,
 	NVME_SC_HOST_PATH_ERROR		= 0x370,
 	NVME_SC_HOST_ABORTED_CMD	= 0x371,
 
-- 
2.18.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-10  6:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-28  9:19 [PATCH 1/2] nvme: add missing path related status values Max Gurtovoy
2022-04-28  9:19 ` [PATCH 2/2] nvme: add missing status values to verbose logging Max Gurtovoy
2022-04-29  6:08   ` Hannes Reinecke
2022-05-01  8:24     ` Max Gurtovoy
2022-04-29  6:08 ` [PATCH 1/2] nvme: add missing path related status values Hannes Reinecke
2022-05-10  6:19 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox