ipip: add GSO support
authorEric Dumazet <edumazet@google.com>
Thu, 8 Nov 2012 09:59:52 +0000 (09:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2012 22:01:05 +0000 (17:01 -0500)
In commit 6b78f16e4b (gre: add GSO support) we added GSO support to GRE
tunnels.

This patch does the same for IPIP tunnels.

Performance of single TCP flow over an IPIP tunnel is increased by 40%

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Tom Herbert <therbert@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found