Re: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration

2016-03-07 Thread Alin Serdean
Alin Serdean ; > dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs > during port enumeration > > Hi Alin, > Valid point. I’ll update the code. > > The change I was trying to make was as follows. If user forgot to assign OVS > names t

Re: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration

2016-03-07 Thread Nithin Raju
: Monday, March 7, 2016 at 3:40 PM To: Nithin Raju , "dev@openvswitch.org" Subject: RE: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration >Unless I am reading wrong: OvsAddConfiguredSwitchPorts and >OvsInitConfiguredSwitchNics only fail if we could not

Re: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration

2016-03-07 Thread Alin Serdean
. > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju > Trimis: Thursday, March 3, 2016 10:51 AM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during > port enumeration > > While en

Re: [ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration

2016-03-03 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 3/3/16, 12:51 AM, "Nithin Raju" wrote: >While enumerating the ports on a switch, if adding one of the >ports fails, we are not handling that error gracefully. Instead, >we fail adding of all the ports. This patch rectifies that. > >Signed-off-by: Nithin Raju >--

[ovs-dev] [PATCH] datapath-windows: Fix a couple of bugs during port enumeration

2016-03-03 Thread Nithin Raju
While enumerating the ports on a switch, if adding one of the ports fails, we are not handling that error gracefully. Instead, we fail adding of all the ports. This patch rectifies that. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/Vport.c | 41 +