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

Ben Pfaff blp at nicira.com
Wed Oct 19 20:18:34 UTC 2011


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




More information about the dev mailing list