[ovs-dev] (no subject)

2015-03-15 Thread Isac Ortiz
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] (no subject)

2015-03-15 Thread Post Office
The original message was received at Sun, 15 Mar 2015 22:56:25 +0700 from openvswitch.org [27.238.118.10] - The following addresses had permanent fatal errors - - Transcript of session follows - ... while talking to mail server 68.124.15.88: >>> DATA <<< 400-aturner; -SYSTEM-F-E

Re: [ovs-dev] [PATCH v2 2/3] datapath-windows: Support for multiple VXLAN tunnels

2015-03-15 Thread Nithin Raju
hi Sorin, This change looks good. Have you tested the scenario of unloading the OVS extension while the VXLAN ports exist in the kernel? I had a minor comment as follows, but looks good otherwise. > static __inline BOOLEAN > OvsIsInternalVportType(OVS_VPORT_TYPE ovsType) > { > diff --git a/data

Re: [ovs-dev] [PATCH 3/3] netlink: support for asynchronous NL transactions

2015-03-15 Thread Nithin Raju
> On Mar 12, 2015, at 5:42 PM, Sorin Vinturis > wrote: > > Modified 'nl_sock_transact_multiple__' function to send asynchronous > I/O requests to the kernel driver. > > Signed-off-by: Sorin Vinturis > Reported-by: Alin Gabriel Serdean > Reported-at: > https://urldefense.proofpoint.com/v2/url

[ovs-dev] A surprising letter From America's richest philanthropists

2015-03-15 Thread Bill
Congratulations, This email correspondence is from Bill and Melinda Gates, America's richest philanthropists. Your email is among the thirteen(13) emails that have just been randomly selected by a Microsoft� 1E� powered email Newsletter software operated by legally registered British, Americ

[ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Alessandro Pilotti
Hi guys, As discussed on IRC, here's the Windows MSI installer project that we’d like to submit for upstream inclusion: https://github.com/cloudbase/ovs-windows-installer The included README.rst provides information on how to generate the MSI and I’ll also be happy to answer any question and rev

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Ben Pfaff
On Mon, Mar 16, 2015 at 12:33:09AM +, Alessandro Pilotti wrote: > As discussed on IRC, here's the Windows MSI installer project that we’d like > to > submit for upstream inclusion: > > https://github.com/cloudbase/ovs-windows-installer > > The included README.rst provides information on how

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Eitan Eliahu
Hi Alessandro, I couldn't find the driver binary as part of the installer. Also, can you explain how uninstlaation is done and the case where a driver is already loaded. Thank you! Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alessandro Pilotti Sen

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Alessandro Pilotti
> On 16 Mar 2015, at 02:41, Ben Pfaff wrote: > > On Mon, Mar 16, 2015 at 12:33:09AM +, Alessandro Pilotti wrote: >> As discussed on IRC, here's the Windows MSI installer project that we’d like >> to >> submit for upstream inclusion: >> >> https://github.com/cloudbase/ovs-windows-installer

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Alessandro Pilotti
Hi Eitan, > On 16 Mar 2015, at 02:57, Eitan Eliahu wrote: > > > Hi Alessandro, > I couldn't find the driver binary as part of the installer. Also, can you > explain how uninstlaation is done and the case where a driver is already > loaded. As explained in the README, the actual binaries are

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Eitan Eliahu
Alessandro, Yes, no problem of having the installer separate. But, I am confused as I see the two services are there but the driver and the INF file are not. I believe that the MSI file includes everything. Do you think you can add the OS installer script? Will we have already built MSI file (x

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Eitan Eliahu
Alessandro, How the MSI solution find files from the OVS build that need to be included? Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Eitan Eliahu Sent: Sunday, March 15, 2015 6:30 PM To: Alessandro Pilotti Cc: dev@openvswitch.org Subject:

Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports

2015-03-15 Thread Pravin Shelar
On Thu, Mar 12, 2015 at 7:18 AM, Traynor, Kevin wrote: > >> -Original Message- >> From: Pravin Shelar [mailto:pshe...@nicira.com] >> Sent: Thursday, March 12, 2015 7:20 AM >> To: Traynor, Kevin >> Cc: dev@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Alessandro Pilotti
Eitan, The general process is: 1) build OVS project 2) copy generated binaries in the locations expected as explained in the README 3) build installer project We have scripts that do that end other steps like code signing as part the the continuos build system, but it's really that simple. >

Re: [ovs-dev] OVS Windows MSI installer

2015-03-15 Thread Alessandro Pilotti
> On 16 mar. 2015, at 03:30, Eitan Eliahu wrote: > > > Alessandro, > Yes, no problem of having the installer separate. But, I am confused as I > see the two services are there but the driver and the INF file are not. I > believe that the MSI file includes everything. > Do you think you can