On Mon, Sep 17, 2012 at 10:28:02AM -0700, Gurucharan Shetty wrote:
> On Fri, Sep 14, 2012 at 1:19 PM, Ben Pfaff <b...@nicira.com> wrote:
> 
> > When a JSON-RPC session receives bytes, or when it successfully sends
> > queued bytes, then it should count that as activity.  However, the code
> > here was reversed, in that it used the wrong check in each place.  That is,
> > when it tried to receive data, it would check whether data had just been
> > sent, and when it tried to send data, it would check whether data had just
> > been received.  Neither one makes sense and doesn't work.
> >
> > Bug #13214.
> > Reported-by: Luca Giraudo <lgira...@nicira.com>
> > CC: James Schmidt <jschm...@nicira.com>
> > Signed-off-by: Ben Pfaff <b...@nicira.com>
> >
> Looks good to me.
> Thanks,
> Guru

Thanks, I pushed this to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to