Re: [ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 11:35:27AM -0700, Gurucharan Shetty wrote: > On Thu, Mar 13, 2014 at 11:22 AM, Ben Pfaff wrote: > > On Thu, Mar 13, 2014 at 09:57:12AM -0700, Gurucharan Shetty wrote: > >> On Tue, Mar 11, 2014 at 1:56 PM, Ben Pfaff wrote: > >> > This is broken out into a separate commit be

Re: [ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-13 Thread Gurucharan Shetty
On Thu, Mar 13, 2014 at 11:22 AM, Ben Pfaff wrote: > On Thu, Mar 13, 2014 at 09:57:12AM -0700, Gurucharan Shetty wrote: >> On Tue, Mar 11, 2014 at 1:56 PM, Ben Pfaff wrote: >> > This is broken out into a separate commit because it adds new MSVC >> > specific code and I don't have MSVC around to t

Re: [ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-13 Thread Ben Pfaff
On Thu, Mar 13, 2014 at 09:57:12AM -0700, Gurucharan Shetty wrote: > On Tue, Mar 11, 2014 at 1:56 PM, Ben Pfaff wrote: > > This is broken out into a separate commit because it adds new MSVC > > specific code and I don't have MSVC around to test whether it's correct. > > > > CC: Gurucharan Shetty

Re: [ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-13 Thread Gurucharan Shetty
On Thu, Mar 13, 2014 at 9:57 AM, Gurucharan Shetty wrote: > On Tue, Mar 11, 2014 at 1:56 PM, Ben Pfaff wrote: >> This is broken out into a separate commit because it adds new MSVC >> specific code and I don't have MSVC around to test whether it's correct. >> >> CC: Gurucharan Shetty >> Signed-of

Re: [ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-13 Thread Gurucharan Shetty
On Tue, Mar 11, 2014 at 1:56 PM, Ben Pfaff wrote: > This is broken out into a separate commit because it adds new MSVC > specific code and I don't have MSVC around to test whether it's correct. > > CC: Gurucharan Shetty > Signed-off-by: Ben Pfaff Looks good to me. I do not see any users of it

[ovs-dev] [urcu v2 02/15] compiler: New macro for defining aligned structs.

2014-03-11 Thread Ben Pfaff
This is broken out into a separate commit because it adds new MSVC specific code and I don't have MSVC around to test whether it's correct. CC: Gurucharan Shetty Signed-off-by: Ben Pfaff --- lib/compiler.h | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/li