msm: ecm_ipa: add guards to transmit packet timing
This change make sure that the IPA Tx-complete workqueue
is not blocked due to ECM Netdev.
IPA driver processing of Tx-complete event is done
in a workqueue, that workqueue is responsible
for the bottom half processing of the Tx-complete interrupt.
In case this workqueue is blocked by some work, further
Tx-complete processing will not be done.
Blocking the Tx-complete will cause the system to
consume all of the Apps-processor resources.
Change-Id: Ie4d14fb0462a08b265ab8bde8fad8c9e435c5f9c
Signed-off-by:
Talel Shenhar <tatias@codeaurora.org>
Loading
Please register or sign in to comment