Loading
msm: ipa3: recycle skb for lan data path
For IPA LAN data path and exception path IPA driver allocates 8KB
buffers to be used as credits for IPA. When a packet is available for
a client, IPA driver allocates a new skb and copies the data to it
prior giving the skb to the client. This change is adding skb recycling
of the 8KB skb for performance improvement as these skbs are internal to
IPA driver.
Change-Id: I6f653add7b9886ba775ecfe0b9cc4e96390dade9
CRs-Fixed: 968045
Acked by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by:
Skylar Chang <chiaweic@codeaurora.org>