Re: [ovs-dev] [PATCHv3 net-next] openvswitch: Introduce ovs_tunnel_route_lookup

2015-01-14 Thread David Miller
aFrom: Fan Du Date: Wed, 14 Jan 2015 13:10:35 +0800 > Introduce ovs_tunnel_route_lookup to consolidate route lookup > shared by vxlan, gre, and geneve ports. > > Signed-off-by: Fan Du Applied. ___ dev mailing list dev@openvswitch.org http://openvswit

[ovs-dev] [PATCHv3 net-next] openvswitch: Introduce ovs_tunnel_route_lookup

2015-01-13 Thread Fan Du
Introduce ovs_tunnel_route_lookup to consolidate route lookup shared by vxlan, gre, and geneve ports. Signed-off-by: Fan Du --- Change log: v3: - Use ovs_tunnel_route_lookup for ovs_tunnel_get_egress_info - Constantify tun_key structure for gre, vxlan, geneve ports to surpress warnings. v