diff options
author | Raju Rangoju <rajur@chelsio.com> | 2019-02-06 22:54:43 +0530 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-02-08 17:02:05 -0700 |
commit | 11a27e2121a544cae2dde62df9218b3d5d888a02 (patch) | |
tree | e19e33bebb4bd219fb25179c51cf2af8ae3ce8e2 /.clang-format | |
parent | e381a1cb650d97e213b5943c81bbcadf8f480962 (diff) |
iw_cxgb4: complete the cached SRQ buffers
If TP fetches an SRQ buffer but ends up not using it before the connection
is aborted, then it passes the index of that SRQ buffer to the host in
ABORT_REQ_RSS or ABORT_RPL CPL message.
But, if the srqidx field is zero in the received ABORT_RPL or
ABORT_REQ_RSS CPL, then we need to read the tcb.rq_start field to see if
it really did have an RQE cached. This works around a case where HW does
not include the srqidx in the ABORT_RPL/ABORT_REQ_RSS CPL.
The final value of rq_start is the one present in TCB with the
TF_RX_PDU_OUT bit cleared. So, we need to read the TCB, examine the
TF_RX_PDU_OUT (bit 49 of t_flags) in order to determine if there's a rx
PDU feedback event pending.
Signed-off-by: Raju Rangoju <rajur@chelsio.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions