datapath: Use tun_info only for egress tunnel path.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 5 Aug 2014 20:49:57 +0000 (13:49 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 7 Aug 2014 05:12:25 +0000 (22:12 -0700)
commitfb66fbd15b98e897841f326b6dd0842ba6bde1a9
tree7519ccb2bc1c2af3fe290ebf845bb9f37181d7bc
parent0e6efbe2712da03522532dc5e84806a96f6a0dd1
datapath: Use tun_info only for egress tunnel path.

Currently tun_info is used for passing tunnel information
on ingress and egress path, this cause confusion.  Following
patch removes its use on ingress path make it egress only parameter.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/actions.c
datapath/datapath.c
datapath/datapath.h
datapath/flow.c
datapath/flow.h
datapath/vport-geneve.c
datapath/vport-gre.c
datapath/vport-lisp.c
datapath/vport-vxlan.c
datapath/vport.c