ofproto-dpif: Increase recursion limit.
authorEthan Jackson <ethan@nicira.com>
Thu, 16 Aug 2012 21:16:06 +0000 (14:16 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 16 Aug 2012 21:34:59 +0000 (14:34 -0700)
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c

index a7e85de..3d68855 100644 (file)
@@ -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
 
 /* Number of implemented OpenFlow tables. */
 enum { N_TABLES = 255 };