commit | dd5190b6be0f3e27b6a4933a6a6d2d59957fc748 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralph.campbell@qlogic.com> | Thu Mar 15 14:45:00 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 18 20:20:57 2007 -0700 |
tree | b359f97ede9c4d78bd25f0ed70fdc2b49570bc3d | |
parent | c7e29ff11f23ec78b3caf691789c2b791bb596bf [diff] |
IB/ipath: Fix RDMA reads of length zero and error handling Fix RDMA read response length checking for RDMA_READ_RESPONSE_ONLY to allow a zero length response. RDMA read responses which don't match the expected length or occur in response to some other operation should generate a completion queue error (see table 56, ch. 9.9.2.3 in the IB spec). Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>