commit | e6d15f79f997a98b3a69abbc462fc9041cc1a7b4 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 24 08:49:41 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:59 2011 -0400 |
tree | e450940cfa69aaf06ddf00db6a47def3f209236c | |
parent | d8ee9d69f275769aaad40ef7c944565ff8d2d24f [diff] |
NVMe: Reduce maximum queue depth by 1 The spec says we're not allowed to completely fill the submission queue. Solve this by reducing the number of allocatable cmdids by 1. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>