[ovs-dev] [PATCH] ofproto-dpif: Increase recursion limit.

Ethan Jackson ethan at nicira.com
Wed Oct 19 20:59:34 UTC 2011


Looks good.

Ethan

On Wed, Oct 19, 2011 at 13:18, Ben Pfaff <blp at nicira.com> wrote:
> Requested-by: Pankaj Thakkar <thakkar at nicira.com>
> Bug #7874.
> ---
>  ofproto/ofproto-dpif.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 211577b..0eeda7e 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -63,7 +63,7 @@ COVERAGE_DEFINE(facet_unexpected);
>
>  /* Maximum depth of flow table recursion (due to resubmit actions) in a
>  * flow translation. */
> -#define MAX_RESUBMIT_RECURSION 16
> +#define MAX_RESUBMIT_RECURSION 32
>
>  /* Number of implemented OpenFlow tables. */
>  enum { N_TABLES = 255 };
> --
> 1.7.4.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list