Re: [ovs-dev] [PATCH] python: Allow specifying the iterations in Idl.run

2016-03-24 Thread Terry Wilson
On Wed, Mar 23, 2016 at 2:31 PM, Jason Kölker wrote: > On Wed, Mar 23, 2016 at 6:29 PM, Ben Pfaff wrote: >> On Sun, Mar 20, 2016 at 03:29:06AM +, Jason Kölker wrote: >>> Callers to Idl.run() should be able to specify the number of iterations >>> to run in one call. Instrumentation revealed th

Re: [ovs-dev] [PATCH] python: Allow specifying the iterations in Idl.run

2016-03-23 Thread Jason Kölker
On Wed, Mar 23, 2016 at 6:29 PM, Ben Pfaff wrote: > On Sun, Mar 20, 2016 at 03:29:06AM +, Jason Kölker wrote: >> Callers to Idl.run() should be able to specify the number of iterations >> to run in one call. Instrumentation revealed that a call to Idl.run() with a >> can block up to a few seco

Re: [ovs-dev] [PATCH] python: Allow specifying the iterations in Idl.run

2016-03-23 Thread Ben Pfaff
On Sun, Mar 20, 2016 at 03:29:06AM +, Jason Kölker wrote: > Callers to Idl.run() should be able to specify the number of iterations > to run in one call. Instrumentation revealed that a call to Idl.run() with a > can block up to a few seconds, with most of the time being spent parsing > message

Re: [ovs-dev] [PATCH] python: Allow specifying the iterations in Idl.run

2016-03-19 Thread Jason Kölker
I would like to request that, if accepted, this also be applied to branch-2.5. Happy Hacking! 7-11 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] python: Allow specifying the iterations in Idl.run

2016-03-19 Thread Jason Kölker
Callers to Idl.run() should be able to specify the number of iterations to run in one call. Instrumentation revealed that a call to Idl.run() with a can block up to a few seconds, with most of the time being spent parsing messages. Since parsing is a CPU only task eventlet and friends are unable t