mhi: dev: netdev: use a background task to allocate temporary buffers
GFP_ATOMIC allocation could fail if size is order of 3 or higher.
In buffer reclaim fails, use background task to allocate temporary
buffers. If reclaim fails and bg_pool is empty then use GFP_ATOMIC
allocation.
CRs-Fixed: 2468499
Change-Id: I0f9edce6a9366f66b83c78ebb0f700e3cb5ccc32
Signed-off-by:
Sujeev Dias <sdias@codeaurora.org>
Loading
Please register or sign in to comment