projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b4fd4
)
Add list of to-do items for userspace switch.
author
Ben Pfaff
<blp@nicira.com>
Fri, 28 Mar 2008 00:48:15 +0000
(17:48 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000
(17:50 -0700)
switch/TODO
[new file with mode: 0644]
patch
|
blob
diff --git a/switch/TODO
b/switch/TODO
new file mode 100644
(file)
index 0000000..
502694c
--- /dev/null
+++ b/
switch/TODO
@@ -0,0
+1,23
@@
+* Give it a more specific name (ofswitch? ofp-switch?)
+
+* Jumbo frames (drop ETH_TOTAL_MAX?).
+
+* Test memory leaks.
+
+* Test packet header modifications.
+
+* Clean up file organization.
+
+* Update comments.
+
+* Reduce steady-state use of malloc.
+
+* Address FIXMEs.
+
+* Add real FSM support.
+
+* Make vlog modules dynamic.
+
+* Use controller-connection in secchan.
+
+* Implement dpctl support for switch.