Add list of to-do items for userspace switch.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 00:48:15 +0000 (17:48 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000 (17:50 -0700)
switch/TODO [new file with mode: 0644]

diff --git a/switch/TODO b/switch/TODO
new file mode 100644 (file)
index 0000000..502694c
--- /dev/null
@@ -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.