Re: [ovs-dev] [PATCH v3] datapath-windows: Removed duplicate instance pid removal

2015-04-29 Thread Nithin Raju
> On Apr 29, 2015, at 7:27 AM, Gurucharan Shetty wrote: > > On Tue, Apr 28, 2015 at 11:49 PM, Sorin Vinturis > wrote: >> Instance PID is already deleted in the OvsCleanupPacketQueue function. >> >> Signed-off-by: Sorin Vinturis >> Acked-by: Nithin Raju > This patch had already been applied. D

Re: [ovs-dev] [PATCH v3] datapath-windows: Removed duplicate instance pid removal

2015-04-29 Thread Sorin Vinturis
@openvswitch.org Subject: Re: [ovs-dev] [PATCH v3] datapath-windows: Removed duplicate instance pid removal On Tue, Apr 28, 2015 at 11:49 PM, Sorin Vinturis wrote: > Instance PID is already deleted in the OvsCleanupPacketQueue function. > > Signed-off-by: Sorin Vinturis > Acked-by:

Re: [ovs-dev] [PATCH v3] datapath-windows: Removed duplicate instance pid removal

2015-04-29 Thread Gurucharan Shetty
On Tue, Apr 28, 2015 at 11:49 PM, Sorin Vinturis wrote: > Instance PID is already deleted in the OvsCleanupPacketQueue function. > > Signed-off-by: Sorin Vinturis > Acked-by: Nithin Raju This patch had already been applied. Did anything change? > --- > v2: Rebased the patch. > > v3: Added ack.

[ovs-dev] [PATCH v3] datapath-windows: Removed duplicate instance pid removal

2015-04-28 Thread Sorin Vinturis
Instance PID is already deleted in the OvsCleanupPacketQueue function. Signed-off-by: Sorin Vinturis Acked-by: Nithin Raju --- v2: Rebased the patch. v3: Added ack. --- datapath-windows/ovsext/User.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/datapath-windows/ovsext/User.c b/data