[PATCHv3 3/5] nvme: Single AEN request
Christoph Hellwig
hch at lst.de
Thu Nov 9 01:24:50 PST 2017
On Wed, Nov 08, 2017 at 09:35:39AM +0800, Guan Junxiong wrote:
> If le16_to_cpu(status) >> 1 is NVME_SC_ABORT_REQ, the current async event request is
> aborted and there is no pending request in the queue of async event request of the target.
> Why do you choose not to submit another async event request to the target?
We're never going to send an abort for the AER, so this status code
will only happen if the controller is being torn down, in that case we
don't want to submit another one until the controller is set up again.
More information about the Linux-nvme
mailing list