msm: ipa: restrict the rate of the drop print in lan_rx_cb
When modem ssr happens, it is expected the packet will go to the
exception path which is our lan cons pipe, but lan cons pipe will
always try to call the callback of the src endpoint. In this case,
since we don't have a callback, we will print those error print
which is expected. In high tput scenario, those prints will cause
the watchdog bite. We change the error print to IPAERR_RL to limit
the rate of the prints.
Change-Id: I7b71900c69d5a6c51af79388ce0219a1637a1ebf
Signed-off-by:
Bojun Pan <bojunp@codeaurora.org>
Loading
Please register or sign in to comment