Let's pick these patches up. Submitted some time ago but then dropped. Enables the IP_TUNNEL_INFO_BRIDGE feature from upstream Linux and then pulls in to patches from wenxu to complete the feature enablement for openvswitch.
Passes Travis here: https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/727847886 Ran 'make check' and 'make check-kmod' regression tests and found none. Roopa Prabhu (1): ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info mode wenxu (2): datapath: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode vxlan: Make vxlan tunnel work in IP_TUNNEL_INFO_BRIDGE mode datapath/flow_netlink.c | 46 +++++++++++++++---- .../linux/compat/include/linux/openvswitch.h | 1 + .../linux/compat/include/net/ip_tunnels.h | 1 + include/openvswitch/packets.h | 3 +- lib/netdev-vport.c | 18 ++++++++ lib/netdev.h | 2 + lib/odp-util.c | 21 +++++++-- lib/packets.h | 6 +++ ofproto/ofproto-dpif-xlate.c | 3 +- ofproto/tunnel.c | 5 ++ vswitchd/vswitch.xml | 9 ++++ 11 files changed, 100 insertions(+), 15 deletions(-) -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
