commit | 7547881d0951384f9833ec3a80fac8f3f16f3b98 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Wed Feb 16 09:59:59 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:58 2011 -0400 |
tree | 44efc578c7caf46df606aaed2dc117f94ee93af9 | |
parent | 740216fc59cba54f65187c9ed92f29bce3cf8778 [diff] |
NVMe: Correct SQ doorbell semantics The value written to the doorbell needs to be the first free index in the queue, not the most recently used index in the queue. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>