diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2015-08-30 03:44:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-30 05:07:15 +0300 |
commit | 3eedb41fb43461b5fde3f72fd00a7706f0b90103 (patch) | |
tree | 96851bd448a2878fac5ba1e8e0c21b049f585547 /net/openvswitch/vport.h | |
parent | 24d43f32d86026a0e318fee736380e164d85eefa (diff) | |
download | linux-3eedb41fb43461b5fde3f72fd00a7706f0b90103.tar.xz |
openvswitch: Remove egress_tun_info.
tun info is passed using skb-dst pointer. Now we have
converted all vports to netdev based implementation so
Now we can remove redundant pointer to tun-info from OVS_CB.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport.h')
-rw-r--r-- | net/openvswitch/vport.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 2f352446b6a8..a36aef22af7f 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch/vport.h @@ -61,9 +61,8 @@ int ovs_vport_send(struct vport *, struct sk_buff *); int ovs_tunnel_get_egress_info(struct ip_tunnel_info *egress_tun_info, struct net *net, - const struct ip_tunnel_info *tun_info, + struct sk_buff *, u8 ipproto, - u32 skb_mark, __be16 tp_src, __be16 tp_dst); int ovs_vport_get_egress_tun_info(struct vport *vport, struct sk_buff *skb, |