]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87fa6bd068c5e067f8657d222dd75488ecdf2825
treebeaf74351d9282e7e3ba17710155258f97890f9d
parente9e77f6e1b6dd95793cf9164d7df02d9008d8a45
ipip: add GSO support

In commit 456adf081c (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>
net/ipv4/ipip.c