datapath: Avoid useless holes in struct vport
authorThomas Graf <tgraf@suug.ch>
Tue, 4 Dec 2012 17:39:13 +0000 (09:39 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 4 Dec 2012 18:08:31 +0000 (10:08 -0800)
commit3da83627e8638e1c27fcb97a1d1a03b4741cbd58
tree17f8864a9c272a3988e958f669be732006e9a16c
parentfaa61e259d2e26d967a4f17b2f3f7cf3cc198f09
datapath: Avoid useless holes in struct vport

Having the 16bit port_no in between a set of pointers creates
an unwanted and useless hole in the struct.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport.h