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)
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>

No differences found