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

2021-01-11 Thread Jakub Kicinski
On Sat, 9 Jan 2021 08:21:06 +0530 Ayush Sawal wrote: > + if (skb) > + kfree_skb(skb); kfree_skb() handles NULL just fine

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

2021-01-08 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