[ovs-git] [openvswitch/ovs] 3be1ea: datapath-windows: Fix CtrlLock acquire issue in Ov...

GitHub noreply at github.com
Tue Oct 14 19:50:13 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 3be1eaee7501dda17a75ab8a56e487f12cd066aa
      https://github.com/openvswitch/ovs/commit/3be1eaee7501dda17a75ab8a56e487f12cd066aa
  Author: Ankur Sharma <ankursharma at vmware.com>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M datapath-windows/ovsext/Event.c

  Log Message:
  -----------
  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 <ankursharma at vmware.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Acked-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list