projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18822cf
)
Increase max datapaths to 256 (Bug #561).
author
Justin Pettit
<jpettit@nicira.com>
Tue, 30 Dec 2008 18:55:33 +0000
(10:55 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 30 Dec 2008 18:55:52 +0000
(10:55 -0800)
Increase the maximum number of datapaths from 32 to 256. This ought to
be enough for anyone.
include/openflow/openflow-netlink.h
patch
|
blob
|
history
diff --git
a/include/openflow/openflow-netlink.h
b/include/openflow/openflow-netlink.h
index 3193c6916cddc837bc087c6a43923a95b885238e..d915ea736cb21fc5b199c69c666ad91985342d85 100644
(file)
--- a/
include/openflow/openflow-netlink.h
+++ b/
include/openflow/openflow-netlink.h
@@
-64,6
+64,6
@@
enum dp_genl_command {
};
/* Maximum number of datapaths. */
-#define DP_MAX
32
+#define DP_MAX
256
#endif /* openflow/openflow-netlink.h */