rpmsg: glink: Deny intent request if reusable intent fits
In high traffic scenarios a remote may request extra intents to send
data faster. If the work thread that handles these intent requests is
starved of cpu time, then these requests can build up. Some remote
procs may not be able to handle this burst of built up intent requests.
In order to prevent intent build up, deny intent requests that can be
fulfilled by default intents that are reusable.
Change-Id: I0932b458eb5694bdd5f92f1b4dc19b578da1e4da
Signed-off-by:
Chris Lew <clew@codeaurora.org>
Loading
Please register or sign in to comment