Re: [ovs-dev] [PATCH 1/6 v2] datapath-windows: refactor port enumeration code

2015-11-24 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju > Trimis: Wednesday, November 18, 2015 6:14 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH 1/6 v2] datapath-windows: refactor port >

Re: [ovs-dev] [PATCH 1/6 v2] datapath-windows: refactor port enumeration code

2015-11-18 Thread Sairam Venugopal
Thanks for the patch. This looks much cleaner than before. Acked-by: Sairam Venugopal On 11/18/15, 8:13 AM, "Nithin Raju" wrote: >We already have functions HvCreatePort() and HvCreateNic() to >do the work. Might as well use that during port enumeration. >More refactoring in later patches. > >

[ovs-dev] [PATCH 1/6 v2] datapath-windows: refactor port enumeration code

2015-11-18 Thread Nithin Raju
We already have functions HvCreatePort() and HvCreateNic() to do the work. Might as well use that during port enumeration. More refactoring in later patches. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/Switch.c | 6 ++- datapath-windows/ovsext/Vport.c | 89 --