commit | 897e1c245773d93f26f125a99674f585a3aeef5d | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Fri Jul 28 13:56:16 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 29 11:22:58 2017 -0700 |
tree | 9b41a96c8e1ee830f411d263556997bf6388dc53 | |
parent | a3fe3d01bd0d7cd6ee7a5e3eebc0926c47954fe7 [diff] |
net/smc: use separate memory regions for RMBs SMC currently uses the unsafe_global_rkey of the protection domain, which exposes all memory for remote reads and writes once a connection is established. This patch introduces separate memory regions with separate rkeys for every RMB. Now the unsafe_global_rkey of the protection domain is no longer needed. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>