[ovs-dev] [PATCH v2] datapath-windows: Support to selectively compile targets

aserdean at ovn.org aserdean at ovn.org
Thu Mar 1 23:09:19 UTC 2018


Applied on master with the following incremental:
60c66
< +     MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln
/target:Build /property:Configuration="Win10$(VSTUDIO_CONFIG)"
/property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
---
> +        MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln
/target:Build /property:Configuration="Win10$(VSTUDIO_CONFIG)"
/property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
73c79
< +     MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln
/target:Clean /property:Configuration="Win10$(VSTUDIO_CONFIG)"
/property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
---
> +        MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln
/target:Clean /property:Configuration="Win10$(VSTUDIO_CONFIG)"
/property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
80c86

Alin.

-----Mesaj original-----
De la: ovs-dev-bounces at openvswitch.org
[mailto:ovs-dev-bounces at openvswitch.org] În numele aserdean at ovn.org
Trimis: Friday, March 2, 2018 1:05 AM
Către: 'Anand Kumar' <kumaranand at vmware.com>; 'Shashank Ram'
<rams at vmware.com>; dev at openvswitch.org
Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Support to selectively
compile targets

There is a small nit, win 10 targets contain regular ' ' instead of a '\t'
in the Makefile. I will change it and apply on master.

Thanks a lot for the patch.

Acked-by: Alin Gabriel Serdean <aserdean at ovn.org>

-----Mesaj original-----
De la: ovs-dev-bounces at openvswitch.org
[mailto:ovs-dev-bounces at openvswitch.org] În numele Anand Kumar
Trimis: Tuesday, February 27, 2018 11:40 PM
Către: Shashank Ram <rams at vmware.com>; dev at openvswitch.org
Subiect: Re: [ovs-dev] [PATCH v2] datapath-windows: Support to selectively
compile targets

Acked-by: Anand Kumar <kumaranand at vmware.com>

Thanks,
Anand Kumar

On 2/27/18, 11:57 AM, "ovs-dev-bounces at openvswitch.org on behalf of Shashank
Ram" <ovs-dev-bounces at openvswitch.org on behalf of rams at vmware.com> wrote:

    Adds support to selectively compile kernel driver for
    target versions. This is useful when environments to
    compile for all targets might not be available on the
    user's machine, or if the user wants to only compile
    some targets selectively.
    
    Also once appveyor has support to build Win10 targets,
    we will not pass the "--with-vstudiotargetver" to the
    configure script.
    
    Signed-off-by: Shashank Ram <rams at vmware.com>
    ---
     Documentation/intro/install/windows.rst |  5 ++++-
     Makefile.am                             | 15 +++++++++++++++
     appveyor.yml                            |  4 ++--
     m4/openvswitch.m4                       | 28
+++++++++++++++++++++++++++-
     4 files changed, 48 insertions(+), 4 deletions(-)
    
    diff --git a/Documentation/intro/install/windows.rst
b/Documentation/intro/install/windows.rst

_______________________________________________
dev mailing list
dev at openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev



More information about the dev mailing list