Skip to content
Commit 7881453e authored by Paolo Abeni's avatar Paolo Abeni Committed by David S. Miller
Browse files

net: gro: avoid re-computing truesize twice on recycle



After commit 5e10da53 ("skbuff: allow 'slow_gro' for skb
carring sock reference") and commit af352460 ("net: fix GRO
skb truesize update") the truesize of the skb with stolen head is
properly updated by the GRO engine, we don't need anymore resetting
it at recycle time.

v1 -> v2:
 - clarify the commit message (Alexander)

Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3664d91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment