commit | 8605933a22796243982e7ed838deca5549c64c62 | [log] [tgz] |
---|---|---|
author | Haggai Eran <haggaie@mellanox.com> | Thu May 22 14:50:09 2014 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Tue May 27 11:53:05 2014 -0700 |
tree | d3c90a75a57109d5aa5a7f5e23f52c0962d14336 | |
parent | 096f7e72c604e983e14b84b84fc37593fc433585 [diff] |
IB/mlx5: Add MR to radix tree in reg_mr_callback For memory regions that are allocated using reg_umr, the suffix of mlx5_core_create_mkey isn't being called. Instead the creation is completed in a callback function (reg_mr_callback). This means that these MRs aren't being added to the MR radix tree. Add them in the callback. Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>