net: qrtr: use alloc_skb_with_frag() in rx path
net_dev_alloc() fails for high order allocations in system where memory
is fragmented and cause communication stall due to packet drops.
Use alloc_skb_with_frag() to avoid packet drops in memory fragmented case.
Change-Id: If6de7857deb82e080281ad8ca76fc17a13ce6dca
Signed-off-by:
Arun Kumar Neelakantam <aneela@codeaurora.org>
Loading
Please register or sign in to comment