Commit 38ea2f76 authored by Javier González's avatar Javier González Committed by Jens Axboe

lightnvm: Add CRC read error

Let the host differentiate between a read error and a CRC check error on
the device side.
Signed-off-by: default avatarJavier González <javier@cnexlabs.com>
Signed-off-by: default avatarMatias Bjørling <matias@cnexlabs.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 06894efe
...@@ -107,6 +107,7 @@ enum { ...@@ -107,6 +107,7 @@ enum {
NVM_RSP_ERR_FAILWRITE = 0x40ff, NVM_RSP_ERR_FAILWRITE = 0x40ff,
NVM_RSP_ERR_EMPTYPAGE = 0x42ff, NVM_RSP_ERR_EMPTYPAGE = 0x42ff,
NVM_RSP_ERR_FAILECC = 0x4281, NVM_RSP_ERR_FAILECC = 0x4281,
NVM_RSP_ERR_FAILCRC = 0x4004,
NVM_RSP_WARN_HIGHECC = 0x4700, NVM_RSP_WARN_HIGHECC = 0x4700,
/* Device opcodes */ /* Device opcodes */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment