commit | 9ba373ee24ea07b60b8c5041cafe88d5796bacef | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Feb 21 17:00:33 2020 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Mar 27 10:47:24 2020 -0400 |
tree | a5873649405a847f6696de3ffc14c2824c968f76 | |
parent | 9144a803df6ca4185238ca343dbb65d8137c036e [diff] |
xprtrdma: Allocate Protection Domain in rpcrdma_ep_create() Make a Protection Domain (PD) a per-connection resource rather than a per-transport resource. In other words, when the connection terminates, the PD is destroyed. Thus there is one less HW resource that remains allocated to a transport after a connection is closed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>