soc: qcom: glink_smem_native_xprt: Do not defer commands indefinitely
G-Link commands are deferred until all the incoming data traffic is
handled. If the incoming data traffic is overwhelming, then this causes
the G-Link commands to pile up and be deferred forever.
Set a threshold to the number of deferred commands. Once that threshold
is reached, handle the deferred commands before handling further data.
Change-Id: I53dc3a7feb40a869030ae64e69a5359c6537e589
Signed-off-by:
Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
Loading
Please register or sign in to comment