commit | c05fbb5a593571961fdb4ba06a2bff49aed9dcee | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jan 21 11:04:33 2015 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Jan 30 10:47:49 2015 -0500 |
tree | 349a1603314fb158cd60e4855f7b7cbab512a965 | |
parent | 6b1184cd4fb086a826f658b02d9d9912dd0dde08 [diff] |
xprtrdma: Allocate zero pad separately from rpcrdma_buffer Use the new rpcrdma_alloc_regbuf() API to shrink the amount of contiguous memory needed for a buffer pool by moving the zero pad buffer into a regbuf. This is for consistency with the other uses of internally registered memory. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>