RDMA/cxgb4: Use correct QID in insert_recv_cqe()
authorJonathan Lallinger <jonathan@ogc.us>
Thu, 13 Oct 2011 18:56:59 +0000 (13:56 -0500)
committerRoland Dreier <roland@purestorage.com>
Fri, 14 Oct 2011 21:23:40 +0000 (14:23 -0700)
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>

No differences found