From: Eric Dumazet <edumazet@google.com> Date: 2022-02-04 16:34:50
On Fri, Feb 4, 2022 at 3:29 AM Paolo Abeni [off-list ref] wrote:
After commit 5e10da5385d2 ("skbuff: allow 'slow_gro' for skb
carring sock reference") and commit af352460b465 ("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: Paolo Abeni <pabeni@redhat.com>
---