projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477879e
)
ofproto-dpif: Increase recursion limit.
author
Ethan Jackson
<ethan@nicira.com>
Thu, 16 Aug 2012 21:16:06 +0000
(14:16 -0700)
committer
Ethan 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
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index a7e85dea86c98cb35c59bd0c08ac4e1eab65cccc..3d68855477422b76cd42e1ca41b3717a417a87dc 100644
(file)
--- 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
/* Number of implemented OpenFlow tables. */
enum { N_TABLES = 255 };