commit | d5440e27d3e572272db957d6b9661a902b7c339f | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sat Nov 08 20:14:53 2014 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Nov 25 13:39:20 2014 -0500 |
tree | d5dd22a5eebfc88aa324d2e93ba30ecbf5a33099 | |
parent | 5c166bef4fa138da45d756dc77a8cb29fced1714 [diff] |
xprtrdma: Enable pad optimization The Linux NFS/RDMA server used to reject NFSv3 WRITE requests when pad optimization was enabled. That bug was fixed by commit e560e3b510d2 ("svcrdma: Add zero padding if the client doesn't send it"). We can now enable pad optimization on the client, which helps performance and is supported now by both Linux and Solaris servers. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>