commit | dbcc53a52df256880c2ffa4ee45661419435998a | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Apr 24 09:39:53 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Apr 25 15:20:21 2019 -0400 |
tree | c18bd197d80ba058cd338cbeecf80149389d44ea | |
parent | 17e4c443c0b433354016df60a7bd3f1c6aac759c [diff] |
xprtrdma: Clean up sendctx functions Minor clean-ups I've stumbled on since sendctx was merged last year. In particular, making Send completion processing more efficient appears to have a measurable impact on IOPS throughput. Note: test_and_clear_bit() returns a value, thus an explicit memory barrier is not necessary. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>