From patchwork Wed Aug 31 20:33:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Kumar X-Patchwork-Id: 664679 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3sPcXW5j0Gz9sf6 for ; Thu, 1 Sep 2016 06:33:15 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id D0CFA10993; Wed, 31 Aug 2016 13:33:13 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx1e3.cudamail.com (mx1.cudamail.com [69.90.118.67]) by archives.nicira.com (Postfix) with ESMTPS id 05B131098E for ; Wed, 31 Aug 2016 13:33:12 -0700 (PDT) Received: from bar5.cudamail.com (localhost [127.0.0.1]) by mx1e3.cudamail.com (Postfix) with ESMTPS id 7D3D0420152 for ; Wed, 31 Aug 2016 14:33:11 -0600 (MDT) X-ASG-Debug-ID: 1472675591-09eadd335890980001-byXFYA Received: from mx1-pf1.cudamail.com ([192.168.24.1]) by bar5.cudamail.com with ESMTP id 8nW6ZEvZgesyMayk (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 31 Aug 2016 14:33:11 -0600 (MDT) X-Barracuda-Envelope-From: kumaranand@vmware.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.1 Received: from unknown (HELO EX13-EDG-OU-001.vmware.com) (208.91.0.189) by mx1-pf1.cudamail.com with ESMTPS (AES256-SHA encrypted); 31 Aug 2016 20:33:10 -0000 Received-SPF: unknown (mx1-pf1.cudamail.com: domain at _spf.vmwa does not designate permitted sender hosts) Received: from sc9-mailhost2.vmware.com (10.113.161.72) by EX13-EDG-OU-001.vmware.com (10.113.208.155) with Microsoft SMTP Server id 15.0.1156.6; Wed, 31 Aug 2016 13:32:44 -0700 Received: from localhost.localdomain (htb-2s-eng-dhcp404.eng.vmware.com [10.33.87.148]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id 530AAB0571; Wed, 31 Aug 2016 13:33:08 -0700 (PDT) X-CudaMail-Envelope-Sender: kumaranand@vmware.com From: Anand Kumar To: X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-E1-830069397 X-CudaMail-DTE: 083116 X-CudaMail-Originating-IP: 208.91.0.189 Date: Wed, 31 Aug 2016 13:33:00 -0700 X-ASG-Orig-Subj: [##CM-E1-830069397##][PATCH] INSTALL.Windows.md : Updated the kernel datapath project solution file name Message-ID: <20160831203300.4944-1-kumaranand@vmware.com> X-Mailer: git-send-email 2.9.3.windows.1 MIME-Version: 1.0 Received-SPF: None (EX13-EDG-OU-001.vmware.com: kumaranand@vmware.com does not designate permitted sender hosts) X-Barracuda-Connect: UNKNOWN[192.168.24.1] X-Barracuda-Start-Time: 1472675591 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Cc: Anand Kumar Subject: [ovs-dev] [PATCH] INSTALL.Windows.md : Updated the kernel datapath project solution file name X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@openvswitch.org Sender: "dev" Singed-off-by : Anand Kumar Acked-by: Alin Gabriel Serdean Acked-by: Sairam Venugopal --- 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