commit | 7581d90109cad7d7322fd90cea023c706912f4bd | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Jan 03 11:56:37 2020 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 15 10:54:32 2020 -0500 |
tree | 08ad8fa4bed95f40ba125c3739a079aa67f858f5 | |
parent | cb586decbb88fcd068116af2d4e1e3e2e86978d6 [diff] |
xprtrdma: Refactor initialization of ep->rep_max_requests Clean up: there is no need to keep two copies of the same value. Also, in subsequent patches, rpcrdma_ep_create() will be called in the connect worker rather than at set-up time. Minor fix: Initialize the transport's sendctx to the value based on the capabilities of the underlying device, not the maximum setting. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>