Re: [ovs-dev] [PATCH net-next] openvswitch: Avoid useless holes in struct vport

2012-12-04 Thread Jesse Gross
On Mon, Dec 3, 2012 at 2:24 PM, Thomas Graf wrote: > > 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 Applied. ___ dev mailing list dev@openvswitch.org http://o

[ovs-dev] [PATCH net-next] openvswitch: Avoid useless holes in struct vport

2012-12-03 Thread Thomas Graf
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 --- net/openvswitch/vport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 3f7961