commit | e14d62c05c0b8eff61c6fd46b4a78fb27c8cf38b | [log] [tgz] |
---|---|---|
author | Jonathan Lallinger <jonathan@ogc.us> | Thu Oct 13 13:56:59 2011 -0500 |
committer | Roland Dreier <roland@purestorage.com> | Fri Oct 14 14:23:40 2011 -0700 |
tree | bc47a8d6e12ac7d3ef12aa5de600d2bd5c62ff97 | |
parent | 01e7da6ba53ca4d6189a1eae45607c0331c871f2 [diff] |
RDMA/cxgb4: Use correct QID in insert_recv_cqe() When creating flushed receive CQEs, set the QPID field in the t4_cqe to the SQ QID and not the RQ QID. Otherwise the poll code will not find the correct QP context. Signed-off by: Jonathan Lallinger <jonathan@ogc.us> Signed-off by: Steve Wise <swise@ogc.us> Signed-off-by: Roland Dreier <roland@purestorage.com>