On Thu, Aug 22, 2013 at 3:04 AM, James Page <james.p...@ubuntu.com> wrote: > Disable GRE compat layer for >= 3.11 as datapath is in sync with > the kernel in 3.11 so use of compat no longer required. > This patch does not work since it is still using compat iptunnel_xmit(). We can not turn off iptunnel_xmit() compat code since vxlan need it for gso.
It is possible to selectively use ip-tunnel compat code for vxlan and not for gre. But it would be easier if we use gre compat code for 3.11 and turn it off completely in 3.12 where gre and vxlan tunnel can directly use upstream kernel functionality. Can you update patch to keep using compat gre code? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev