Merge branch 'GREoIPV6-followups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2016 23:25:58 +0000 (19:25 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2016 23:25:58 +0000 (19:25 -0400)
commit7fd3c56d60e9919be6b1ef70524eeb28f140653b
tree31c98d39d78790a00833c2517955488a2ba6d4c8
parent9a0351dfca14b44443a98c0cafe4de234d1ba469
parentbf2d1df395028519f7a435ccde02820d16ec27a7
Merge branch 'GREoIPV6-followups'

Alexander Duyck says:

====================
Follow-ups for GUEoIPv6 patches

This patch series is meant to be applied after:
[PATCH v7 net-next 00/16] ipv6: Enable GUEoIPv6 and more fixes for v6 tunneling

The first patch addresses an issue we already resolved in the GREv4 and is
now present in GREv6 with the introduction of FOU/GUE for IPv6 based GRE
tunnels.

The second patch goes through and enables IPv6 tunnel offloads for the Intel
NICs that already support the IPv4 based IP-in-IP tunnel offloads.  I have
only done a bit of touch testing but have seen ~20 Gb/s over an i40e
interface using a v4-in-v6 tunnel, and I have verified IPv6 GRE is still
passing traffic at around the same rate.  I plan to do further testing but
with these patches present it should enable a wider audience to be able to
test the new features introduced in Tom's patchset with hardware offloads.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>