openvswitch: Make tunnel set action attach a metadata dst
authorThomas Graf <tgraf@suug.ch>
Tue, 21 Jul 2015 08:44:03 +0000 (10:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 17:39:06 +0000 (10:39 -0700)
commit34ae932a40369be6bd6ea97d66b6686361b4370d
tree765ecbb1edd6a2511462611501b412e703b1cdb0
parent0dfbdf4102b9303d3ddf2177c0220098ff99f6de
openvswitch: Make tunnel set action attach a metadata dst

Utilize the new metadata dst to attach encapsulation instructions to
the skb. The existing egress_tun_info via the OVS_CB() is left in
place until all tunnel vports have been converted to the new method.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/actions.c
net/openvswitch/datapath.c
net/openvswitch/flow.h
net/openvswitch/flow_netlink.c
net/openvswitch/flow_netlink.h
net/openvswitch/flow_table.c