mbox series

[ovs-dev,0/4] windows: Add support for compiling using 2015/2017

Message ID 20171101171907.14588-1-aserdean@ovn.org
Headers show
Series windows: Add support for compiling using 2015/2017 | expand

Message

Alin-Gabriel Serdean Nov. 1, 2017, 5:19 p.m. UTC
This series adds support for userspace compiling on VS 2015/2017.

I would mark "ofp-actions: Add compare to offsetof need for MSVC 2015/17"
as RFC since it is not the cleanest solution.

Alin Gabriel Serdean (4):
  windows: _set_output_format is no longer required from VS2015
  windows: Add interlocked function definitions for VS 2015
  build-windows: Add check for struct timespec
  ofp-actions: Add compare to offsetof need for MSVC 2015/17

 include/openvswitch/ofp-actions.h | 2 +-
 lib/ovs-atomic-msvc.h             | 7 +++++++
 lib/util.c                        | 3 +++
 m4/openvswitch.m4                 | 1 +
 4 files changed, 12 insertions(+), 1 deletion(-)

Comments

Alin-Gabriel Serdean Nov. 14, 2017, 4:09 a.m. UTC | #1
Thanks for the reviews. I applied the series on master.

> -----Original Message-----
> From: Alin Gabriel Serdean [mailto:aserdean@ovn.org]
> Sent: Wednesday, November 1, 2017 7:19 PM
> To: dev@openvswitch.org
> Cc: Alin Gabriel Serdean <aserdean@ovn.org>
> Subject: [PATCH 0/4] windows: Add support for compiling using 2015/2017
> 
> This series adds support for userspace compiling on VS 2015/2017.
> 
> I would mark "ofp-actions: Add compare to offsetof need for MSVC 2015/17"
> as RFC since it is not the cleanest solution.
> 
> Alin Gabriel Serdean (4):
>   windows: _set_output_format is no longer required from VS2015
>   windows: Add interlocked function definitions for VS 2015
>   build-windows: Add check for struct timespec
>   ofp-actions: Add compare to offsetof need for MSVC 2015/17
> 
>  include/openvswitch/ofp-actions.h | 2 +-
>  lib/ovs-atomic-msvc.h             | 7 +++++++
>  lib/util.c                        | 3 +++
>  m4/openvswitch.m4                 | 1 +
>  4 files changed, 12 insertions(+), 1 deletion(-)
> 
> --
> 2.10.2.windows.1