Re: [ovs-dev] [PATCH v2 1/5] datapath-windows: Added recirculation support.

2016-02-22 Thread Sorin Vinturis
-Original Message- From: Sairam Venugopal [mailto:vsai...@vmware.com] Sent: Saturday, 20 February, 2016 02:12 To: Sorin Vinturis; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2 1/5] datapath-windows: Added recirculation support. Hi Sorin, Thanks for the patch. It needs to be updated to make

Re: [ovs-dev] [PATCH v2 1/5] datapath-windows: Added recirculation support.

2016-02-19 Thread Sairam Venugopal
Hi Sorin, Thanks for the patch. It needs to be updated to make it thread-safe. The DeferredActionQueue needs a RW lock for synchronization. I also ran into memory leak while testing out the patch (the kernel couldn¹t be uninstalled without a reboot). If am able to get to it, I will send out a pat

[ovs-dev] [PATCH v2 1/5] datapath-windows: Added recirculation support.

2016-02-11 Thread Sorin Vinturis
Recirculation support for the OVS extension. Tested with PING using MPLS packets. Signed-off-by: Sorin Vinturis Co-authored-by: Alin Gabriel Serdean Reported-by: Sorin Vinturis Reported-at: https://github.com/openvswitch/ovs-issues/issues/104 --- v2: Initialize flow key before using it. ---