Re: [ovs-dev] [PATCH v2] datapath-windows: Fix potential deadlock in event subscription

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

Re: [ovs-dev] [PATCH v2] datapath-windows: Fix potential deadlock in event subscription

2019-02-27 Thread aserdean
> > Move the EventQueue lock acquisition after the dispatchLock to prevent a > potential deadlock in port creation pipeline. There could be a case where a > port event could try to take up the Dispatch Lock before the Event Queue > lock and the subscription queue event could take up the event

[ovs-dev] [PATCH v2] datapath-windows: Fix potential deadlock in event subscription

2019-02-26 Thread Sairam Venugopal via dev
Move the EventQueue lock acquisition after the dispatchLock to prevent a potential deadlock in port creation pipeline. There could be a case where a port event could try to take up the Dispatch Lock before the Event Queue lock and the subscription queue event could take up the event queue lock