commit | 3379c749690a507bd05f3c44623f48eb73e601a8 | [log] [tgz] |
---|---|---|
author | Pamidipati, Vijay <vpamidip@codeaurora.org> | Wed Nov 01 18:50:43 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Tue Nov 07 09:38:11 2017 -0800 |
tree | 13252d01b6213d49f45409d046d3f704d8cf38a8 | |
parent | be998d8c2de87b40d3fdb32f0a67fa0d17b91f9a [diff] |
qcacmn: Fix descriptor leak issue in DP In the DMA descriptor reap code, the check for NAPI quota is after Tail pointer is updated. This is causing a descriptor leak in high load conditions when loop is exited without processing the reaped descriptor. This change moves the quota check to end of while loop. Change-Id: I2f3432bf257947f85abc2216a0f2dfc44813c44c CRs-Fixed: 2137017