Re: [ovs-dev] [PATCH] util: Add PADDED_MEMBERS_CACHELINE_MARKER macro to mark cachelines.

2017-08-03 Thread Ben Pfaff
On Tue, Jul 25, 2017 at 05:14:43AM +0100, Bhanuprakash Bodireddy wrote: > PADDED_MEMBERS_CACHELINE_MARKER macro introduces a way to mark > cachelines. > > This macro expands to an anonymous union containing cacheline marker, > members in nested anonymous structure, followed by array of bytes that

[ovs-dev] [PATCH] util: Add PADDED_MEMBERS_CACHELINE_MARKER macro to mark cachelines.

2017-07-24 Thread Bhanuprakash Bodireddy
PADDED_MEMBERS_CACHELINE_MARKER macro introduces a way to mark cachelines. This macro expands to an anonymous union containing cacheline marker, members in nested anonymous structure, followed by array of bytes that is multiple of UNIT bytes. Signed-off-by: Bhanuprakash Bodireddy