projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d459fe
)
ofproto-dpif: Increase recursion limit.
author
Ben Pfaff
<blp@nicira.com>
Wed, 19 Oct 2011 20:18:30 +0000
(13:18 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index 211577b6fb494b1b7602bde4ee299adece342f51..0eeda7e551f230f526a0fbbc0abc0865f912d84d 100644
(file)
--- 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 };