vlib: fix cacheline alignement in several structs 00/3700/2
authorDamjan Marion <damarion@cisco.com>
Fri, 4 Nov 2016 13:41:44 +0000 (14:41 +0100)
committerDave Barach <openvpp@barachs.net>
Fri, 4 Nov 2016 20:22:22 +0000 (20:22 +0000)
commitb0d680b138dca47eaca73c39ed84a6c02cbf3c0a
tree6f2d0a7f35f5f71eb6b1a4ecf3907586177fca95
parent87cd119ca9ff870db10b6fe1127aac8b6fc89633
vlib: fix cacheline alignement in several structs

sizeof(vlib_frame_queue_t) was 208 bytes so non-zero elements
of array were not aligned with cacheline.

Change-Id: I626615cb64fe9aa86122881a1fff1c5bcca1ec20
Signed-off-by: Damjan Marion <damarion@cisco.com>
vlib/vlib/threads.h