Re: [PATCH net V3] cxgb4/chtls: Fix tid stuck due to wrong update of qid

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 11:06:00 +0530 you wrote: > TID stuck is seen when there is a race in > CPL_PASS_ACCEPT_RPL/CPL_ABORT_REQ and abort is arriving > before the accept reply, which sets the queue number. > In this case HW ends u

[PATCH net V3] cxgb4/chtls: Fix tid stuck due to wrong update of qid

2021-01-11 Thread Ayush Sawal
TID stuck is seen when there is a race in CPL_PASS_ACCEPT_RPL/CPL_ABORT_REQ and abort is arriving before the accept reply, which sets the queue number. In this case HW ends up sending CPL_ABORT_RPL_RSS to an incorrect ingress queue. V1->V2: - Removed the unused variable len in chtls_set_quiesce_ct