commit | 58b2e0fefa891c99f297120c8c062a35005dc562 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Mar 22 13:06:55 2020 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Nov 30 13:00:22 2020 -0500 |
tree | c83a8e5d5d6cc310b5ddc86a638d1180d92bf70d | |
parent | eb3de6a49dd587d6670c404769561f3e283b71e4 [diff] |
svcrdma: Use parsed chunk lists to detect reverse direction replies Refactor: Don't duplicate header decoding smarts here. Instead, use the new parsed chunk lists. Note that the XID sanity test is also removed. The XID is already looked up by the cb handler, and is rejected if it's not recognized. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>