datapath: Move tun_key out of struct phy and union.
authorJesse Gross <jesse@nicira.com>
Wed, 7 Nov 2012 15:57:22 +0000 (07:57 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 8 Nov 2012 18:12:11 +0000 (10:12 -0800)
commit6694e498efc445ec24ef1715ae03ebb43daa678f
tree271aa21b7c0431249550989346b39c644477c03b
parentdabd3fe3f8c0161aab5dc8e2cefb6375e810a38b
datapath: Move tun_key out of struct phy and union.

Tunneling metadata is important enough to move out of struct phy
and handled on its own.  This makes it somewhat easier to tell
how well the other structures are packed and also the name shorter.
This also drops the union since it's not needed quite yet.  We
can introduce it back when we have support for IPv6 tunneling.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/flow.c
datapath/flow.h