commit | c7665e5a6988450a6cc19c2dc1dff4d290077614 | [log] [tgz] |
---|---|---|
author | Mike Marciniszyn <mike.marciniszyn@qlogic.com> | Mon Jan 10 17:42:20 2011 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jan 10 17:42:20 2011 -0800 |
tree | 09dfcc1f57b33ce7d6199044d2947e915fd412f5 | |
parent | 3c9e5f4d657170c2fbc3d382d2daae3820713a6c [diff] |
IB/qib: UD send with immediate receive completion has wrong size The code to generate receive completion entries for UD send with immediate contains the wrong payload length. This is because when the code to compute the payload size was moved, the value of hdrsize didn't get moved too. The fix is to update tlen directly. Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>