diff options
author | Israel Rukshin <[email protected]> | 2017-11-26 10:40:55 +0000 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2017-11-26 15:33:32 +0100 |
commit | f41725bbe16b0773302c0cc7dc2e89f54828712d (patch) | |
tree | 75b1568b766b158c5d4395dc1f3e60826dfab86a /net/lapb/lapb_out.c | |
parent | 3ef0279bb0031f67537bd8972899a6a23d3064d7 (diff) |
nvme-rdma: Use mr pool
Currently, blk_mq_tagset_iter() iterate over initial hctx tags only. If
an I/O scheduler is used, it doesn't iterate the hctx scheduler tags and
the static request aren't been updated. For example, while using NVMe
over Fabrics RDMA host, this cause us not to reinit the scheduler
requests and thus not re-register all the memory regions during the
tagset re-initialization in the reconnect flow.
This may lead to a memory registration error:
"MEMREG for CQE 0xffff88044c14dce8 failed with status memory management operation error (6)"
With this commit we don't need to reinit the requests, and thus fix this
failure.
Signed-off-by: Israel Rukshin <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Reviewed-by: Max Gurtovoy <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions