Merge branch 'ipv6-gre-offloads'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:09:14 +0000 (19:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:09:14 +0000 (19:09 -0400)
commitac979929eaeaf82c3ba30161320b3f928d136de9
tree197f234f9fc66d923f7e16d959b807d497e43ffe
parentec9dcd3507f055f025a7692a1ff90ce105f84c1b
parent3a80e1facd3c825c5ac804bc2efe118872832e33
Merge branch 'ipv6-gre-offloads'

Alexander Duyck says:

====================
Add support for offloads with IPv6 GRE tunnels

This patch series enables the use of segmentation and checksum offloads
with IPv6 based GRE tunnels.

In order to enable this series I had to make a change to
iptunnel_handle_offloads so that it would no longer free the skb.  This was
necessary as there were multiple paths in the IPv6 GRE code that required
the skb to still be present so it could be freed.  As it turned out I
believe this actually fixes a bug that was present in FOU/GUE based tunnels
anyway.

Below is a quick breakdown of the performance gains seen with a simple
netperf test passing traffic through a ip6gretap tunnel and then an i40e
interface:

Throughput Throughput  Local Local   Result
           Units       CPU   Service Tag
                       Util  Demand
                       %
3544.93    10^6bits/s  6.30  4.656   "before"
13081.75   10^6bits/s  3.75  0.752   "after"
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.027562 seconds and 5 git commands to generate.