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

Ben Pfaff blp at nicira.com
Thu Aug 16 21:23:10 UTC 2012


On Thu, Aug 16, 2012 at 02:16:36PM -0700, Ethan Jackson wrote:
> ---
>  ofproto/ofproto-dpif.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index a7e85de..3d68855 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -66,7 +66,7 @@ COVERAGE_DEFINE(facet_suppress);
>  
>  /* Maximum depth of flow table recursion (due to resubmit actions) in a
>   * flow translation. */
> -#define MAX_RESUBMIT_RECURSION 32
> +#define MAX_RESUBMIT_RECURSION 64

Sure, let's do it again.



More information about the dev mailing list