-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
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
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.
---