Thanks Alin!

________________________________________
From: [email protected] <[email protected]>
Sent: Thursday, March 1, 2018 3:09:19 PM
To: [email protected]; Anand Kumar; Shashank Ram; [email protected]
Subject: RE: [ovs-dev] [PATCH v2] datapath-windows: Support to selectively      
compile targets

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: [email protected]
[mailto:[email protected]] În numele [email protected]
Trimis: Friday, March 2, 2018 1:05 AM
Către: 'Anand Kumar' <[email protected]>; 'Shashank Ram'
<[email protected]>; [email protected]
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 <[email protected]>

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

Acked-by: Anand Kumar <[email protected]>

Thanks,
Anand Kumar

On 2/27/18, 11:57 AM, "[email protected] on behalf of Shashank
Ram" <[email protected] on behalf of [email protected]> 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 <[email protected]>
    ---
     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
[email protected]
https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwIFBA&c=uilaK90D4TOVoH58JNXRgQ&r=6OuVHk-mnufSWzkKa74UkQ&m=0zqlhgpIbhhU9UIIh_2YDvSOnrFm69A_PpDVPMrv_vQ&s=BzRue2OqOXJGOq3eVxg7SeMEKNLQj3XjQn39SL840jI&e=

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to