Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath-windows: Fix CtrlLock acquire issue in OvsReadEventCmdHandler
OvsReadEventCmdHandler was calling OvsRemoveEventEntry after acquiring CtrlLock. OvsRemoveEventEntry in turn also tries to acquire the same lock. Added a new lock in Event.c for the eventQueue. Signed-off-by: Ankur Sharma <[email protected]> Acked-by: Eitan Eliahu <[email protected]> Acked-by: Sorin Vinturis <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information