[ovs-dev] Be Noted

2015-06-20 Thread Notification Memo
Be Noted This is to inform you about (USD$1.500.000.00USD) 2015 United Nation ( UN) Globe Foundation Welfare Support program for all Email User balloting that located on your email and has been approved to release by ATM VISA CARD that have Global high limit withdrawals pin code Kindly Co

[ovs-dev] [PATCH 1/2] Committing two issues:

2015-06-20 Thread Ben Pfaff
From: Sumit Garg 1. A bool (has_lock) was being accessed as a function call leading to a runtime exception. 2. When 'alert' was turned off on a column, the code was erroring out when value for that column was being set in a newly inserted row. This is because the row._data was None a

[ovs-dev] [PATCH 2/2] When opening a JSONRPC connection, the health probes are incorrectly getting turned off for connections that need probes.

2015-06-20 Thread Ben Pfaff
From: Sumit Garg In other words, when stream_or_pstream_needs_probes() return non-zero, the probes are gettting disabled as the probe interval is getting set to zero. This leads to incorrect behavior such that probes are: - not getting turned off for unix: connections - getting turned off for

Re: [ovs-dev] [PATCH v2] datapath-windows: Return success for already existing WFP objects

2015-06-20 Thread Eitan Eliahu
Hi Sorin, Could you please let us know what are the cases where these object are already existed? I just want to be sure that we free all these objects when stopping the extension. Thanks, Eitan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis