From cfecec56ae7c7c40f23fbdac04acee027ca3bd66 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 5 Sep 2014 18:29:45 -0700 Subject: [PATCH] mlx4: only pull headers into skb head Use the new fancy eth_get_headlen() to pull exactly the headers into skb->head. This speeds up GRE traffic (or more generally tunneled traffuc), as GRO can aggregate up to 17 MSS per GRO packet instead of 8. (Pulling too much data was forcing GRO to keep 2 frags per MSS) Signed-off-by: Eric Dumazet Cc: Amir Vadai Signed-off-by: David S. Miller --- Reading git-format-patch failed