commit | 0e0b854cfb3302b1907e9d3a927469b95710238f | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri May 04 15:35:14 2018 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon May 07 09:20:03 2018 -0400 |
tree | 8fd110b3b062b89f60c9bd8f60efaa994da5d4ea | |
parent | edb41e61a54ee75fae31302775e0301fdcb0caaa [diff] |
xprtrdma: Clean up Receive trace points For clarity, report the posting and completion of Receive CQEs. Also, the wc->byte_len field contains garbage if wc->status is non-zero, and the vendor error field contains garbage if wc->status is zero. For readability, don't save those fields in those cases. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>