mhi: dev: netdev: add support for chain skb to reduce cpu mips consumption
Instead of pushing individual IP packets into a network stack
during napi poll, chain all the skbs into a single skb list and
do a single push to network stack.
CRs-Fixed: 2361266
Change-Id: I620408994295d66635038bd9390988a76783cfb8
Signed-off-by:
Sujeev Dias <sdias@codeaurora.org>
Loading
Please register or sign in to comment