Re: [ovs-dev] [PATCH] ofproto-dpif: GOTO_TABLE recursion removal.

2013-03-08 Thread Rajahalme, Jarno (NSN - FI/Espoo)
Ben, Thanks for fixing that up, looks good :-) Jarno On Mar 8, 2013, at 18:52 , ext Ben Pfaff wrote: > On Fri, Mar 08, 2013 at 03:50:12PM +0200, Jarno Rajahalme wrote: >> Remove recursion from GOTO_TABLE processing in do_xlate_actions(). >> This allows packet processing pipelines built with g

Re: [ovs-dev] [PATCH] ofproto-dpif: GOTO_TABLE recursion removal.

2013-03-08 Thread Ben Pfaff
On Fri, Mar 08, 2013 at 03:50:12PM +0200, Jarno Rajahalme wrote: > Remove recursion from GOTO_TABLE processing in do_xlate_actions(). > This allows packet processing pipelines built with goto table be > longer and not interact with each other via the resubmit recursion limit. > > Signed-off-by: Ja

[ovs-dev] [PATCH] ofproto-dpif: GOTO_TABLE recursion removal.

2013-03-08 Thread Jarno Rajahalme
Remove recursion from GOTO_TABLE processing in do_xlate_actions(). This allows packet processing pipelines built with goto table be longer and not interact with each other via the resubmit recursion limit. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 112 +