Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c4af2abb authored by Sean Tranchetti's avatar Sean Tranchetti
Browse files

net: qualcomm: rmnet: Add NETIF_F_GRO_HW support



When the NETIF_F_GRO_HW bit is set in the device features, we no longer
need to rebuild every packet in a hardware coalesced frame. Instead, we
send larger SKBs made up of multiple packets that hardware has coalesced
for us.

When sending these large packets, we fill in the various extra metadata
needed by the network stack so that way the larger packets can be properly
broken up if need be during forwarding, or during the UDP GRO path before
queueing the data to the socket.

Change-Id: I014d2095e838ec71ca3588e5b510f7652f22375f
Signed-off-by: default avatarSean Tranchetti <stranche@codeaurora.org>
parent b4f9249c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment