Re: [ovs-dev] [PATCH v2] datapath-windows: Optimized spin locks acquisition

2014-10-20 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Thursday, October 16, 2014 10:48 AM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH v2] datapath-windows: Optimized spin locks acquisition I refactored

[ovs-dev] [PATCH v2] datapath-windows: Optimized spin locks acquisition

2014-10-16 Thread Sorin Vinturis
I refactored the OvsInjectPacketThroughActions function to make it easier to follow. Also I removed from the datapath lock the creation of the queue packet (OvsCreateQueuePacket) in case the flow lookup fails. In the OvsGetNetdevCmdHandler function I have removed the dispatchLock acquisition that