ofproto-dpif: Increase recursion limit.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Oct 2011 20:18:30 +0000 (13:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Oct 2011 20:18:30 +0000 (13:18 -0700)
Requested-by: Pankaj Thakkar <thakkar@nicira.com>
Bug #7874.

ofproto/ofproto-dpif.c

index 211577b..0eeda7e 100644 (file)
@@ -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 };