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

2015-06-25 Thread Garg, Sumit
Hello Ben, no worries. Still figuring my way around git, github etc. So, please excuse by missteps (e.g. subject lines). I've redone (revert + recommit) changes to my fork with a better commit message. Will, be sending the patch (via email) & pull request (via github) shortly. Let's handle the

Re: [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-25 Thread Garg, Sumit
As stated in the earlier mail, redoing & resubmitting the changes. -- Sumit Garg Extreme Networks su...@extremenetworks.com +1 (919) 595-4971 On 6/24/15, 7:41 PM, "Ben Pfaff" wrote: >On Sat, Jun 20, 2015 at 05:09:55PM -0700, Ben Pfaff wrote: >> From: Sumit Garg >> >> In other words, when

[ovs-dev] [PATCH 1/2] python: Fix exceptions in IDL

2015-06-25 Thread Garg, Sumit
Committing two fixes that address python exceptions: 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

[ovs-dev] [PATCH 2/2] python: Fix issue with probes for JSONRPC connections

2015-06-25 Thread Garg, Sumit
When opening a JSONRPC connection, the health probes are incorrectly getting turned off for connections that need probes. 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 be