commit | b7cebde2d1426c05851b6de28d54661d62c267c5 | [log] [tgz] |
---|---|---|
author | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Wed Jul 05 12:14:01 2023 +0530 |
committer | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Thu Nov 09 22:00:34 2023 +0530 |
tree | f45b58b3e8a4d5a9e49df426c284b058cf31c01e | |
parent | 7ec7e2e43e3a9a4a89eb089b2b0adbd6a480b4d8 [diff] |
msm: ipa4: Fix to exit from tasklet after processing max packet If TX packets processing continuously in tasklet other softIrqs are not able to run on that core which is leading to watchdog bark. For avoiding these scenarios exit from tasklet after reaching max TX limit. Change-Id: Ia5a8f20776b5cfdcb296311d72ffc48eda4970cf Signed-off-by: Jagadeesh Ponduru <quic_jponduru@quicinc.com>