Re: [ovs-dev] [PATCH 5/7] datapath-windows: Changes to InitOvsVportCommon()

2014-11-18 Thread Ankur Sharma
Acked-by: Ankur Sharma From: dev on behalf of Nithin Raju Sent: Tuesday, November 11, 2014 7:04 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 5/7] datapath-windows: Changes to InitOvsVportCommon() If a Hyper-V port (for which there exists

[ovs-dev] [PATCH 5/7] datapath-windows: Changes to InitOvsVportCommon()

2014-11-11 Thread Nithin Raju
If a Hyper-V port (for which there exists an OVS port), gets deleted and re-added, we'll call into InitOvsVportCommon() for the port to insert the port into the 'portIdHashArray' as well as do a few other initialization in the switch ocntext. We should not be incrementing 'numHvPorts' at this poin