Re: [ovs-dev] [PATCH 2/4] ofproto-dpif: Run fast internally.

2013-04-01 Thread Ben Pfaff
On Mon, Apr 01, 2013 at 03:36:16PM -0700, Ethan Jackson wrote: > Here's an incremental. Thanks, looks good. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/4] ofproto-dpif: Run fast internally.

2013-04-01 Thread Ethan Jackson
Here's an incremental. --- ofproto/ofproto-dpif.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 5fd20f0..30ef5f9 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -1121,21 +1121,19

Re: [ovs-dev] [PATCH 2/4] ofproto-dpif: Run fast internally.

2013-04-01 Thread Ben Pfaff
On Sun, Mar 31, 2013 at 06:22:57PM -0700, Ethan Jackson wrote: > ofproto-dpif is responsible for quite a few book keeping tasks in > addition to handling flow misses. Many of these tasks (flow > expiration, flow revalidation, etc) can take many hundreds of > milliseconds, during which no misses ca

[ovs-dev] [PATCH 2/4] ofproto-dpif: Run fast internally.

2013-03-31 Thread Ethan Jackson
ofproto-dpif is responsible for quite a few book keeping tasks in addition to handling flow misses. Many of these tasks (flow expiration, flow revalidation, etc) can take many hundreds of milliseconds, during which no misses can be handled. The ideal long term solution to this problem, is to isol