On Mon, 1 Jun 2015 16:27:32 +0200, Thomas Graf wrote: > --- a/net/openvswitch/flow.h > +++ b/net/openvswitch/flow.h > @@ -45,6 +45,11 @@ struct sk_buff; > #define TUN_METADATA_OPTS(flow_key, opt_len) \ > ((void *)((flow_key)->tun_opts + TUN_METADATA_OFFSET(opt_len))) > > +struct ovs_tunnel_info > +{ > + struct ip_tunnel_info *info; > +};
Why do you keep this structure? It doesn't seem it's useful. Jiri -- Jiri Benc -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html