Re: [ovs-dev] [PATCH] datapath-windows: Fix race condition during port creation

2019-03-13 Thread Alin Serdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele aserd...@ovn.org > Trimis: Wednesday, February 27, 2019 2:27 PM > Către: 'Sairam Venugopal' ; d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix rac

Re: [ovs-dev] [PATCH] datapath-windows: Fix race condition during port creation

2019-02-27 Thread aserdean
> > Hold the dispatch lock until port-add operations are completed. > > Found by inspection. > > Signed-off-by: Sairam Venugopal [Alin Serdean] Thanks a lot for the patch! For some reason the author seems to be ovs-dev@openvswitch.org, can you try to respin the patch? Acked-by: Alin Gabriel

[ovs-dev] [PATCH] datapath-windows: Fix race condition during port creation

2019-02-26 Thread Sairam Venugopal via dev
Hold the dispatch lock until port-add operations are completed. Found by inspection. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Vport.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datapath-windows/ovsext/Vport.c b/datapath-windows/ovsext/Vport.c index