diff mbox

[ovs-dev] INSTALL.Windows.md : Updated the kernel datapath project solution file name

Message ID 20160831203300.4944-1-kumaranand@vmware.com
State Accepted
Headers show

Commit Message

Anand Kumar Aug. 31, 2016, 8:33 p.m. UTC
Singed-off-by : Anand Kumar <kumaranand@vmware.com>
---
 INSTALL.Windows.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alin Serdean Sept. 1, 2016, 11:38 a.m. UTC | #1
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>



> -----Original Message-----

> From: dev [mailto:dev-bounces@openvswitch.org] On Behalf Of Anand

> Kumar

> Sent: Wednesday, August 31, 2016 11:33 PM

> To: dev@openvswitch.org

> Cc: Anand Kumar <kumaranand@vmware.com>

> Subject: [ovs-dev] [PATCH] INSTALL.Windows.md : Updated the kernel

> datapath project solution file name

> 

> Singed-off-by : Anand Kumar <kumaranand@vmware.com>

> ---

>  INSTALL.Windows.md | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md index

> 6b0f5d8..59f3936 100644

> --- a/INSTALL.Windows.md

> +++ b/INSTALL.Windows.md

> @@ -134,7 +134,7 @@ For example,

>  Building the Kernel datapath module

>  -----------------------------------

>  * We directly use the Visual Studio 2013 IDE to compile the kernel datapath.

> -You can open the extensions.sln file in the IDE and build the solution.

> +You can open the ovsext.sln file in the IDE and build the solution.

> 

>  * The kernel datapath can be compiled from command line as well.  The top

> level 'make' will invoke building the kernel datapath, if the

> --

> 2.9.3.windows.1

> 

> _______________________________________________

> dev mailing list

> dev@openvswitch.org

> http://openvswitch.org/mailman/listinfo/dev
Sairam Venugopal Sept. 1, 2016, 5:40 p.m. UTC | #2
Acked-by: Sairam Venugopal <vsairam@vmware.com>


On 8/31/16, 1:33 PM, "Anand Kumar" <kumaranand@vmware.com> wrote:

>Singed-off-by : Anand Kumar <kumaranand@vmware.com>
>---
> INSTALL.Windows.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
>index 6b0f5d8..59f3936 100644
>--- a/INSTALL.Windows.md
>+++ b/INSTALL.Windows.md
>@@ -134,7 +134,7 @@ For example,
> Building the Kernel datapath module
> -----------------------------------
> * We directly use the Visual Studio 2013 IDE to compile the kernel
>datapath.
>-You can open the extensions.sln file in the IDE and build the solution.
>+You can open the ovsext.sln file in the IDE and build the solution.
> 
> * The kernel datapath can be compiled from command line as well.  The top
> level 'make' will invoke building the kernel datapath, if the
>-- 
>2.9.3.windows.1
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma
>n_listinfo_dev&d=CwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Dc
>ruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ&m=OQCj4FvD6TuG65-TSDCePNH1YKH7iH
>ac7u_JnjX9izc&s=RRDaewVXzA78FZM6ZGxgWf5COD28z-hmVa13LLFs9iw&e=
Gurucharan Shetty Sept. 1, 2016, 8:51 p.m. UTC | #3
On 31 August 2016 at 13:33, Anand Kumar <kumaranand@vmware.com> wrote:

> Singed-off-by : Anand Kumar <kumaranand@vmware.com>
>
Thanks you! I applied this and added you to AUTHORS.


> ---
>  INSTALL.Windows.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
> index 6b0f5d8..59f3936 100644
> --- a/INSTALL.Windows.md
> +++ b/INSTALL.Windows.md
> @@ -134,7 +134,7 @@ For example,
>  Building the Kernel datapath module
>  -----------------------------------
>  * We directly use the Visual Studio 2013 IDE to compile the kernel
> datapath.
> -You can open the extensions.sln file in the IDE and build the solution.
> +You can open the ovsext.sln file in the IDE and build the solution.
>
>  * The kernel datapath can be compiled from command line as well.  The top
>  level 'make' will invoke building the kernel datapath, if the
> --
> 2.9.3.windows.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
diff mbox

Patch

diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
index 6b0f5d8..59f3936 100644
--- a/INSTALL.Windows.md
+++ b/INSTALL.Windows.md
@@ -134,7 +134,7 @@  For example,
 Building the Kernel datapath module
 -----------------------------------
 * We directly use the Visual Studio 2013 IDE to compile the kernel datapath.
-You can open the extensions.sln file in the IDE and build the solution.
+You can open the ovsext.sln file in the IDE and build the solution.
 
 * The kernel datapath can be compiled from command line as well.  The top
 level 'make' will invoke building the kernel datapath, if the