On Sat, Dec 01, 2018 at 01:26:33PM -0800, Justin Pettit wrote:
> 
> > On Nov 29, 2018, at 10:45 AM, Ben Pfaff <[email protected]> wrote:
> > 
> > If another request came in on a particular connection while the previous
> > request was still being processed, unixctl_server_wait() would wake up the
> > main loop but unixctl_server_run() wouldn't read the request, resulting in
> > 100% CPU use.
> > 
> > I doubt whether this is a real problem because it's unusual for a client
> > to attempt to make requests in parallel.  I found it while pursuing a 100%
> > CPU issue but it turned out not to be a bug (the 100% CPU was caused by
> > a client making requests as fast as possible).
> > 
> > Signed-off-by: Ben Pfaff <[email protected]>
> 
> Acked-by: Justin Pettit <[email protected]>

Thanks, applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to