commit | a74d24168d2df78e7a532567eb0e7538e6b09568 | [log] [tgz] |
---|---|---|
author | Shachar Raindel <raindel@mellanox.com> | Thu May 22 14:50:12 2014 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Tue May 27 11:53:09 2014 -0700 |
tree | 1748a31b03e4bb85e0e33edeb0400d0001bc7065 | |
parent | 48fea837bb2709bda73cd4ae8bbd57cb277f7b90 [diff] |
IB/mlx5: Refactor UMR to have its own context struct Instead of having the UMR context part of each memory region, allocate a struct on the stack. This allows queuing multiple UMRs that access the same memory region. Signed-off-by: Shachar Raindel <raindel@mellanox.com> Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>