commit | 90aab6029606152d3d7ea91b41064580f77d7d19 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Sep 15 10:56:43 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Sep 19 13:08:38 2016 -0400 |
tree | a227e7a1576ed9691bda90df8d507c4d881c222c | |
parent | b157380af1941a43f3cfa244db1018f717031a42 [diff] |
xprtrdma: Move send_wr to struct rpcrdma_req Clean up: Most of the fields in each send_wr do not vary. There is no need to initialize them before each ib_post_send(). This removes a large-ish data structure from the stack. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>