commit | e3e9d50cd6ed392bb716e35c134d1e82707c51b4 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Jan 04 09:10:55 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 12 13:33:33 2016 -0700 |
tree | f661137d04089a35834a17034d2aebab8fef8196 | |
parent | 4490733250b8b272a6d3e66352dd7b8025409549 [diff] |
NVMe: Fix admin queue ring wrap The tag set queue depth needs to be one less than the h/w queue depth so we don't wrap the circular buffer. This conforms to the specification defined "Full Queue" condition. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>