[ovs-dev] [PATCH] ofproto: Increase max recursion level from 8 to 16.

Ben Pfaff blp at nicira.com
Thu Dec 30 17:04:55 UTC 2010


"Yikes" is what I said too.

I pushed this.

On Thu, Dec 30, 2010 at 09:00:40AM -0800, Justin Pettit wrote:
> Yikes.  Looks fine.
> 
> --Justin
> 
> 
> On Dec 30, 2010, at 8:57 AM, Ben Pfaff wrote:
> 
> > Requested-by: Pankaj Thakkar <thakkar at nicira.com>
> > ---
> > ofproto/ofproto.c |    2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
> > index e4057c2..6ebda01 100644
> > --- a/ofproto/ofproto.c
> > +++ b/ofproto/ofproto.c
> > @@ -2623,7 +2623,7 @@ handle_set_config(struct ofconn *ofconn, const struct ofp_switch_config *osc)
> > 
> > /* Maximum depth of flow table recursion (due to NXAST_RESUBMIT actions) in a
> >  * flow translation. */
> > -#define MAX_RESUBMIT_RECURSION 8
> > +#define MAX_RESUBMIT_RECURSION 16
> > 
> > static void do_xlate_actions(const union ofp_action *in, size_t n_in,
> >                              struct action_xlate_ctx *ctx);
> > -- 
> > 1.7.1
> > 
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
> 




More information about the dev mailing list