commit | 412a15c0fe537c59c794d4e8134580b9cb984a0c | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Tue Oct 13 19:11:36 2015 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Wed Oct 28 22:27:18 2015 -0400 |
tree | 45a433be4b0d0566c2b0a3cd0754a124f2b953e8 | |
parent | 4143f34e01e9cdf1882f98c54d9073e4de8c28fb [diff] |
svcrdma: Port to new memory registration API Instead of maintaining a fastreg page list, keep an sg table and convert an array of pages to a sg list. Then call ib_map_mr_sg and construct ib_reg_wr. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Tested-by: Steve Wise <swise@opengridcomputing.com> Tested-by: Selvin Xavier <selvin.xavier@avagotech.com> Signed-off-by: Doug Ledford <dledford@redhat.com>