commit | 81fb5e26a9d05674c048803a20cb8f08a1b1c9b8 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Thu Sep 24 10:34:24 2015 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 25 10:46:51 2015 -0400 |
tree | 5af05ed065928dcef3383d76154dca8514419d72 | |
parent | c6790aa9f4fdc26b1246ba36da2fd749663beb65 [diff] |
IB/mlx5: Remove pa_lkey usages Since mlx5 driver cannot rely on registration using the reserved lkey (global_dma_lkey) it used to allocate a private physical address lkey for each allocated pd. Commit 96249d70dd70 ("IB/core: Guarantee that a local_dma_lkey is available") just does it in the core layer so we can go ahead and use that. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>