commit | 8154ed730bc64f68bc28feb20e641c2e8a0eeba5 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Mon Nov 19 14:11:15 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 07 22:26:57 2018 -0700 |
tree | 21bf5541f51240be99e2b143890f64dd1c392353 | |
parent | 9b95d2fb857f242aacbf4e205656818b0ef067e1 [diff] |
nvme: disable fabrics SQ flow control when asked by the user As for now, we don't care about sq_head pointer updates anyway, so at least allow the controller to micro-optimize by omiting this update. Note that we will probably need to support it when a controller that requires this comes along. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>